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

Unified Diff: media/base/media_keys.h

Issue 448893002: Update ClearKey to support CDM_6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cdm6
Patch Set: Changes 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/base/media_keys.h
diff --git a/media/base/media_keys.h b/media/base/media_keys.h
index d581ae4e8bd9cfb7d1bfcd1fc77fb4578393d179..063e54b1058d421a0ab89ba7dd1411cbc905619e 100644
--- a/media/base/media_keys.h
+++ b/media/base/media_keys.h
@@ -23,6 +23,8 @@ class CdmPromiseTemplate;
typedef CdmPromiseTemplate<std::string> NewSessionCdmPromise;
typedef CdmPromiseTemplate<void> SimpleCdmPromise;
+typedef std::vector<std::vector<uint8> > KeyIdsVector;
+typedef CdmPromiseTemplate<KeyIdsVector> KeyIdsPromise;
// Performs media key operations.
//

Powered by Google App Engine
This is Rietveld 408576698