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

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

Issue 284183003: Add MediaDrmBridge::AddKeySystemUuidMapping(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | media/base/android/media_drm_bridge.cc » ('j') | media/base/android/media_drm_bridge.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f34bbc43b22a2f13a2ae63f713f87640b831d8a9..44784967f197c97aa686dcc190cd23ddc30c9c45 100644
--- a/media/base/android/media_drm_bridge.h
+++ b/media/base/android/media_drm_bridge.h
@@ -47,6 +47,10 @@ class MEDIA_EXPORT MediaDrmBridge : public MediaKeys {
// Checks whether |key_system| is supported.
static bool IsKeySystemSupported(const std::string& key_system);
+ // Adds a new |key_system| with the associated |uuid|.
+ static void AddKeySystem(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(
« no previous file with comments | « no previous file | media/base/android/media_drm_bridge.cc » ('j') | media/base/android/media_drm_bridge.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698