New CdmResponseType fields: oec_result & crypto_session_method
[ Merge of go/wvgerrit/163437 ] Bug: 253271674 Test: cdm unit tests Change-Id: I064e28af593e4a55c13d03115bb5181a879a1ed4
This commit is contained in:
@@ -155,7 +155,7 @@ void LicenseHolder::DecryptSecure(const KeyId& key_id) {
|
||||
}
|
||||
|
||||
void LicenseHolder::FailDecrypt(const KeyId& key_id,
|
||||
CdmResponseType expected_status) {
|
||||
CdmResponseEnum expected_status) {
|
||||
CdmResponseType status = Decrypt(key_id);
|
||||
// If the server knows we cannot handle the key, it would not have given us
|
||||
// the key. In that case, the status should indicate no key.
|
||||
|
||||
Reference in New Issue
Block a user