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

Unified Diff: media/blink/key_system_config_selector.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/blink/cdm_session_adapter.cc ('k') | media/blink/key_system_config_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/key_system_config_selector.h
diff --git a/media/blink/key_system_config_selector.h b/media/blink/key_system_config_selector.h
index 7a8afbf0dab7829096f8abb0395f7622e40df6fc..0d84fe3b17683701d33d2d4eb3c0caa198122cf4 100644
--- a/media/blink/key_system_config_selector.h
+++ b/media/blink/key_system_config_selector.h
@@ -27,7 +27,6 @@
namespace media {
-struct CdmConfig;
class KeySystems;
class MediaPermission;
@@ -45,8 +44,9 @@
candidate_configurations,
const blink::WebSecurityOrigin& security_origin,
bool are_secure_codecs_supported,
+ // The second argument is |are_secure_codecs_required|.
base::Callback<void(const blink::WebMediaKeySystemConfiguration&,
- const CdmConfig&)> succeeded_cb,
+ bool)> succeeded_cb,
base::Callback<void(const blink::WebString&)> not_supported_cb);
private:
« no previous file with comments | « media/blink/cdm_session_adapter.cc ('k') | media/blink/key_system_config_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698