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

Unified Diff: content/browser/android/media_player_manager_impl.h

Issue 17101027: Add a function to convert key system into UUID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 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: content/browser/android/media_player_manager_impl.h
diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h
index 48f058ffff7ff4d11fcc942dedb2a3103a696291..391849310627723d3508a7d18a8caedae17b4df6 100644
--- a/content/browser/android/media_player_manager_impl.h
+++ b/content/browser/android/media_player_manager_impl.h
@@ -144,8 +144,11 @@ class CONTENT_EXPORT MediaPlayerManagerImpl
// Removes the player with the specified id.
void RemovePlayer(int player_id);
+ // Add a new DrmBridge for the given key system and id.
+ void AddDrmBridge(int media_keys_id, const std::string& key_system);
+
// Removes the DRM bridge with the specified id.
- void RemoveDrmBridge(int key_id);
+ void RemoveDrmBridge(int media_keys_id);
private:
// An array of managed players.

Powered by Google App Engine
This is Rietveld 408576698