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

Unified Diff: media/blink/cdm_session_adapter.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/cdm_session_adapter.h
diff --git a/media/blink/cdm_session_adapter.h b/media/blink/cdm_session_adapter.h
index 28d26bb8aa44524c7205664bb0d841bdcbdf2455..d70e801ab9c69323d93d2bec1784488ddbf10033 100644
--- a/media/blink/cdm_session_adapter.h
+++ b/media/blink/cdm_session_adapter.h
@@ -21,6 +21,7 @@ class GURL;
namespace media {
+struct CdmConfig;
class CdmFactory;
class WebContentDecryptionModuleSessionImpl;
@@ -36,9 +37,8 @@ class CdmSessionAdapter : public base::RefCounted<CdmSessionAdapter> {
// via |result|.
void CreateCdm(CdmFactory* cdm_factory,
const std::string& key_system,
- bool allow_distinctive_identifier,
- bool allow_persistent_state,
const GURL& security_origin,
+ const CdmConfig& cdm_config,
blink::WebContentDecryptionModuleResult result);
// Provides a server certificate to be used to encrypt messages to the

Powered by Google App Engine
This is Rietveld 408576698