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

Unified Diff: media/base/media_keys.cc

Issue 17381007: EME: ProxyDecryptor creates MediaKeys instead of Decryptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 6 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
« no previous file with comments | « media/base/media_keys.h ('k') | media/base/mock_filters.h » ('j') | 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 cf5256bf2333966ee5161dc1fd93297db51bf546..fd01de12f90d2b7923565d2e795fcedb5bcd4219 100644
--- a/media/base/media_keys.cc
+++ b/media/base/media_keys.cc
@@ -10,4 +10,6 @@ MediaKeys::MediaKeys() {}
MediaKeys::~MediaKeys() {}
+Decryptor* MediaKeys::GetDecryptor() { return NULL; }
+
} // namespace media
« no previous file with comments | « media/base/media_keys.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698