| Index: media/cdm/aes_decryptor.h
|
| diff --git a/media/cdm/aes_decryptor.h b/media/cdm/aes_decryptor.h
|
| index 306ceb95c29e731946fa2d5c36b7b0b72a94678b..1275dd5321dc4e9fe8a2beb1f01d42621742b786 100644
|
| --- a/media/cdm/aes_decryptor.h
|
| +++ b/media/cdm/aes_decryptor.h
|
| @@ -55,6 +55,9 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys, public Decryptor {
|
| virtual void GetUsableKeyIds(const std::string& web_session_id,
|
| scoped_ptr<KeyIdsPromise> promise) override;
|
| virtual Decryptor* GetDecryptor() override;
|
| +#if defined(ENABLE_BROWSER_CDMS)
|
| + virtual int GetCdmId() const override;
|
| +#endif // defined(ENABLE_BROWSER_CDMS)
|
|
|
| // Decryptor implementation.
|
| virtual void RegisterNewKeyCB(StreamType stream_type,
|
|
|