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

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

Issue 333003003: aw: Support the platform specific key-systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added 'media/base/android/java' into android_webview/java/DEPS. Created 6 years, 6 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 8c33a334617dfcb67ad70c12ce6591dcce67f794..3c0bfb3e640a91fe8b45d8b2a8cc72b741f7fb8c 100644
--- a/media/base/android/media_drm_bridge.h
+++ b/media/base/android/media_drm_bridge.h
@@ -52,12 +52,6 @@ class MEDIA_EXPORT MediaDrmBridge : public BrowserCdm {
// are not handled by Chrome explicitly.
static std::vector<std::string> GetPlatformKeySystemNames();
- // Adds a new |key_system| with the associated |uuid|.
- // This is used for other platforms to have a chance to register their
- // own UUID mapping.
- static void AddKeySystemUuidMapping(const std::string& key_system,
- const std::vector<uint8>& uuid);
-
// Checks whether |key_system| is supported with |container_mime_type|.
// |container_mime_type| must not be empty.
static bool IsKeySystemSupportedWithType(

Powered by Google App Engine
This is Rietveld 408576698