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

Unified Diff: media/base/decryptor.h

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 | « no previous file | media/base/media_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/decryptor.h
diff --git a/media/base/decryptor.h b/media/base/decryptor.h
index f3a3c22c1caf9d2caf1d69880b84b4d12b20f317..3cee32dcf259273438bb6ee12a9fce31f9d7ea61 100644
--- a/media/base/decryptor.h
+++ b/media/base/decryptor.h
@@ -17,7 +17,6 @@ namespace media {
class AudioDecoderConfig;
class DataBuffer;
class DecoderBuffer;
-class MediaKeys;
class VideoDecoderConfig;
class VideoFrame;
@@ -47,11 +46,6 @@ class MEDIA_EXPORT Decryptor {
Decryptor();
virtual ~Decryptor();
- // Gets the MediaKey object associated with the Decryptor. Returns NULL if
- // no MediaKey object is associated. The returned object is only guaranteed
- // to be valid during the Decryptor's lifetime.
- virtual MediaKeys* GetMediaKeys() = 0;
-
// Indicates that a new key has been added to the MediaKeys object associated
// with the Decryptor.
typedef base::Callback<void()> NewKeyCB;
« no previous file with comments | « no previous file | media/base/media_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698