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

Unified Diff: media/cdm/default_cdm_factory.cc

Issue 985113003: Block platform verification and file IO in the CDM adapter if the CDM configuration disallows them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: media/cdm/default_cdm_factory.cc
diff --git a/media/cdm/default_cdm_factory.cc b/media/cdm/default_cdm_factory.cc
index 985bdef77f4a59796e64fea397073a592f0c5fd8..94aae937628573b138784e53aecb0d1020e6ea32 100644
--- a/media/cdm/default_cdm_factory.cc
+++ b/media/cdm/default_cdm_factory.cc
@@ -17,6 +17,8 @@ DefaultCdmFactory::~DefaultCdmFactory() {
scoped_ptr<MediaKeys> DefaultCdmFactory::Create(
const std::string& key_system,
+ bool allow_distinctive_identifier,
+ bool allow_persistent_state,
const GURL& security_origin,
const SessionMessageCB& session_message_cb,
const SessionClosedCB& session_closed_cb,

Powered by Google App Engine
This is Rietveld 408576698