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

Unified Diff: media/blink/key_system_config_selector.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/key_system_config_selector.h
diff --git a/media/blink/key_system_config_selector.h b/media/blink/key_system_config_selector.h
index 0d84fe3b17683701d33d2d4eb3c0caa198122cf4..7a8afbf0dab7829096f8abb0395f7622e40df6fc 100644
--- a/media/blink/key_system_config_selector.h
+++ b/media/blink/key_system_config_selector.h
@@ -27,6 +27,7 @@ class WebString;
namespace media {
+struct CdmConfig;
class KeySystems;
class MediaPermission;
@@ -44,9 +45,8 @@ class MEDIA_EXPORT KeySystemConfigSelector {
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&,
- bool)> succeeded_cb,
+ const CdmConfig&)> succeeded_cb,
base::Callback<void(const blink::WebString&)> not_supported_cb);
private:

Powered by Google App Engine
This is Rietveld 408576698