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

Unified Diff: media/blink/key_system_config_selector.h

Issue 1106263004: Support Android secure codecs in requestMediaKeySystemAccess(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 8 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 47a9feed9baf704f779077b630d5e57e7468c532..86eec7efaa28baca9805311d8332ed92262c54a1 100644
--- a/media/blink/key_system_config_selector.h
+++ b/media/blink/key_system_config_selector.h
@@ -78,7 +78,8 @@ class MEDIA_EXPORT KeySystemConfigSelector {
bool IsSupportedContentType(const std::string& key_system,
EmeMediaType media_type,
const std::string& container_mime_type,
- const std::string& codecs);
+ const std::string& codecs,
+ ConfigState* config_state);
const KeySystems* key_systems_;
MediaPermission* media_permission_;

Powered by Google App Engine
This is Rietveld 408576698