Change the DRM error code name

DO NOT MERGE

Change-Id: I9851b24b5327476e1c20c13ab166bc3fc0f98eb9
This commit is contained in:
Gloria Wang
2011-05-13 15:07:37 -07:00
parent b0543e305c
commit 50c2a6b0d8

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;