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..40d5ce2dde38ad05bad1b7c54cdfa52f3435200c 100644 |
--- a/media/base/android/media_drm_bridge.h |
+++ b/media/base/android/media_drm_bridge.h |
@@ -47,6 +47,12 @@ 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|. |
+ // 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( |