Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: media/cdm/aes_decryptor.h

Issue 448893002: Update ClearKey to support CDM_6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cdm6
Patch Set: rebase now that CDM_6 in Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698