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

Unified Diff: media/base/cdm_factory.h

Issue 1132773003: Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/base/cdm_config.h ('k') | media/base/eme_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_factory.h
diff --git a/media/base/cdm_factory.h b/media/base/cdm_factory.h
index 4a5cfb7f880416907ebd700a39adca853fdcf83a..0c9145d4554d03460041afd0ff185d7c292cb024 100644
--- a/media/base/cdm_factory.h
+++ b/media/base/cdm_factory.h
@@ -20,8 +20,6 @@
using CdmCreatedCB = base::Callback<void(scoped_ptr<MediaKeys>,
const std::string& error_message)>;
-struct CdmConfig;
-
class MEDIA_EXPORT CdmFactory {
public:
CdmFactory();
@@ -31,8 +29,9 @@
// asynchronously.
virtual void Create(
const std::string& key_system,
+ bool allow_distinctive_identifier,
+ bool allow_persistent_state,
const GURL& security_origin,
- const CdmConfig& cdm_config,
const SessionMessageCB& session_message_cb,
const SessionClosedCB& session_closed_cb,
const LegacySessionErrorCB& legacy_session_error_cb,
« no previous file with comments | « media/base/cdm_config.h ('k') | media/base/eme_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698