Merge "Change the DRM error code name DO NOT MERGE" into honeycomb-mr2

This commit is contained in:
Gloria Wang
2011-05-18 09:17:56 -07:00
committed by Android (Google) Code Review

View File

@@ -97,10 +97,10 @@ WVMExtractorImpl::WVMExtractorImpl(sp<DataSource> dataSource)
if (sDecryptHandle != NULL) { if (sDecryptHandle != NULL) {
if (sDecryptHandle->status != RightsStatus::RIGHTS_VALID) { if (sDecryptHandle->status != RightsStatus::RIGHTS_VALID) {
mSetupStatus = ERROR_NO_LICENSE; mSetupStatus = ERROR_DRM_NO_LICENSE;
} }
} else } else
mSetupStatus = ERROR_NO_LICENSE; mSetupStatus = ERROR_DRM_NO_LICENSE;
WVCredentials credentials; WVCredentials credentials;