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

Unified Diff: media/base/media_keys.cc

Issue 193523002: Encrypted Media: Implement IPC based SetCdm(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« media/base/media_keys.h ('K') | « media/base/media_keys.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_keys.cc
diff --git a/media/base/media_keys.cc b/media/base/media_keys.cc
index fd01de12f90d2b7923565d2e795fcedb5bcd4219..eabd6d976d0b7f0514b3100fb79b61c03089d21e 100644
--- a/media/base/media_keys.cc
+++ b/media/base/media_keys.cc
@@ -12,4 +12,6 @@ MediaKeys::~MediaKeys() {}
Decryptor* MediaKeys::GetDecryptor() { return NULL; }
+int MediaKeys::GetCdmId() { return kInvalidCdmId; }
+
} // namespace media
« media/base/media_keys.h ('K') | « media/base/media_keys.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698