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

Unified Diff: media/blink/webencryptedmediaclient_impl.h

Issue 1023863002: Create an interface for KeySystems, migrate WebEncryptedMediaClientImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@robustness
Patch Set: Rebase. Created 5 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
« no previous file with comments | « media/base/key_systems.cc ('k') | media/blink/webencryptedmediaclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webencryptedmediaclient_impl.h
diff --git a/media/blink/webencryptedmediaclient_impl.h b/media/blink/webencryptedmediaclient_impl.h
index 36d104b4383e45df391eb6fb9c2ad29074775cdc..e18947eee52e17a40d341f427be34929ea856c2f 100644
--- a/media/blink/webencryptedmediaclient_impl.h
+++ b/media/blink/webencryptedmediaclient_impl.h
@@ -18,6 +18,7 @@
namespace media {
+class KeySystems;
class MediaPermission;
class MEDIA_EXPORT WebEncryptedMediaClientImpl
@@ -60,6 +61,7 @@ class MEDIA_EXPORT WebEncryptedMediaClientImpl
typedef base::ScopedPtrHashMap<std::string, Reporter> Reporters;
Reporters reporters_;
+ const KeySystems& key_systems_;
scoped_ptr<CdmFactory> cdm_factory_;
MediaPermission* media_permission_;
« no previous file with comments | « media/base/key_systems.cc ('k') | media/blink/webencryptedmediaclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698