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:
@@ -83,7 +83,7 @@ class LicenseHolder {
|
||||
// Try to decrypt some random data, but expect failure. The failure may
|
||||
// be either the expected_status, or NEED_KEY. We allow NEED_KEY in case
|
||||
// the server recognized that we cannot support the given key.
|
||||
void FailDecrypt(const KeyId& key_id, CdmResponseType expected_status);
|
||||
void FailDecrypt(const KeyId& key_id, CdmResponseEnum expected_status);
|
||||
|
||||
const std::string& content_id() const { return content_id_; }
|
||||
void set_content_id(const std::string& content_id) {
|
||||
|
||||
Reference in New Issue
Block a user