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

Unified Diff: media/blink/webcontentdecryptionmodule_impl.h

Issue 1131753003: Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unittest. Created 5 years, 7 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
Index: media/blink/webcontentdecryptionmodule_impl.h
diff --git a/media/blink/webcontentdecryptionmodule_impl.h b/media/blink/webcontentdecryptionmodule_impl.h
index aa7fa16d8ba9a5fff4b9eb7f882b44358da64c65..fefc1db6171d42ba49997f0255dd92228ef7c175 100644
--- a/media/blink/webcontentdecryptionmodule_impl.h
+++ b/media/blink/webcontentdecryptionmodule_impl.h
@@ -21,6 +21,7 @@ class WebSecurityOrigin;
namespace media {
+struct CdmConfig;
class CdmContext;
class CdmFactory;
class CdmSessionAdapter;
@@ -31,9 +32,8 @@ class MEDIA_EXPORT WebContentDecryptionModuleImpl
public:
static void Create(CdmFactory* cdm_factory,
const base::string16& key_system,
- bool allow_distinctive_identifier,
- bool allow_persistent_state,
const blink::WebSecurityOrigin& security_origin,
+ const CdmConfig& cdm_config,
blink::WebContentDecryptionModuleResult result);
virtual ~WebContentDecryptionModuleImpl();

Powered by Google App Engine
This is Rietveld 408576698