| Index: media/cdm/aes_decryptor.cc
|
| diff --git a/media/cdm/aes_decryptor.cc b/media/cdm/aes_decryptor.cc
|
| index 23f41d79d39bc59f82b0d2be4ab09d07561bade3..416ba5730749949f49b3c91092c05e48625aa402 100644
|
| --- a/media/cdm/aes_decryptor.cc
|
| +++ b/media/cdm/aes_decryptor.cc
|
| @@ -388,6 +388,12 @@ Decryptor* AesDecryptor::GetDecryptor() {
|
| return this;
|
| }
|
|
|
| +#if defined(ENABLE_BROWSER_CDMS)
|
| +int AesDecryptor::GetCdmId() const {
|
| + return kInvalidCdmId;
|
| +}
|
| +#endif // defined(ENABLE_BROWSER_CDMS)
|
| +
|
| void AesDecryptor::RegisterNewKeyCB(StreamType stream_type,
|
| const NewKeyCB& new_key_cb) {
|
| base::AutoLock auto_lock(new_key_cb_lock_);
|
|
|