Merge "Ignore certain errors on RemoveOfflineLicense()." into vic-widevine-dev
This commit is contained in:
@@ -1391,7 +1391,7 @@ CdmResponseType CryptoSession::LoadCertificatePrivateKey(
|
||||
metrics_, oemcrypto_load_device_drm_key_, sts);
|
||||
});
|
||||
|
||||
return MapOEMCryptoResult(sts, LOAD_DEVICE_RSA_KEY_ERROR,
|
||||
return MapOEMCryptoResult(sts, LOAD_DRM_PRIVATE_KEY_ERROR,
|
||||
"LoadCertificatePrivateKey");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user