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

Unified Diff: media/base/android/media_drm_bridge.h

Issue 23513055: Populate canPlayType to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/base/android/media_drm_bridge.h
diff --git a/media/base/android/media_drm_bridge.h b/media/base/android/media_drm_bridge.h
index e58d9edd6bcf0b92d04fe801255cd875568c91ca..4ef61a03cfdc45d3528fe2da05362a12a015e4aa 100644
--- a/media/base/android/media_drm_bridge.h
+++ b/media/base/android/media_drm_bridge.h
@@ -45,8 +45,7 @@ class MEDIA_EXPORT MediaDrmBridge : public MediaKeys {
static bool IsSecurityLevelSupported(const std::vector<uint8>& scheme_uuid,
const std::string& security_level);
- static bool IsCryptoSchemeSupported(const std::vector<uint8>& scheme_uuid,
- const std::string& container_mime_type);
+ static bool IsCryptoSchemeSupported(const std::vector<uint8>& scheme_uuid);
static bool IsSecureDecoderRequired(const std::string& security_level_str);

Powered by Google App Engine
This is Rietveld 408576698