Index: media/cdm/aes_decryptor.h |
diff --git a/media/cdm/aes_decryptor.h b/media/cdm/aes_decryptor.h |
index 3a177701960b3ddd8c3eabbd459b085d63900fab..281ea52ede0727fff4b80bf03f290139d3961c29 100644 |
--- a/media/cdm/aes_decryptor.h |
+++ b/media/cdm/aes_decryptor.h |
@@ -43,6 +43,8 @@ class MEDIA_EXPORT AesDecryptor : public MediaKeys, public Decryptor { |
const uint8* response, |
int response_length, |
scoped_ptr<SimpleCdmPromise> promise) OVERRIDE; |
+ void GetUsableKeyIds(const std::string& web_session_id, |
ddorwin
2014/08/08 23:36:23
Below Release.
Actually, below all of the public i
jrummell
2014/08/11 18:59:03
Done.
|
+ scoped_ptr<KeyIdsPromise> promise); |
virtual void ReleaseSession(const std::string& web_session_id, |
scoped_ptr<SimpleCdmPromise> promise) OVERRIDE; |
virtual Decryptor* GetDecryptor() OVERRIDE; |