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

Unified Diff: media/base/media_keys.cc

Issue 748473002: Introduce CdmContext interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@set_cdm
Patch Set: Created 6 years, 1 month 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.cc
diff --git a/media/base/media_keys.cc b/media/base/media_keys.cc
index a8e94818f71f824d2ffb8a8c471c16071bc46bbc..cf5256bf2333966ee5161dc1fd93297db51bf546 100644
--- a/media/base/media_keys.cc
+++ b/media/base/media_keys.cc
@@ -10,8 +10,4 @@ MediaKeys::MediaKeys() {}
MediaKeys::~MediaKeys() {}
-Decryptor* MediaKeys::GetDecryptor() {
- return NULL;
-}
-
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698