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

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: nits 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
« no previous file with comments | « no previous file | content/browser/android/media_player_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c818585364cf9a06e7913522285872d9a53f07d2 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 |uuid| and |media_keys_id|.
+ void AddDrmBridge(int media_keys_id, const std::vector<uint8>& uuid);
+
// 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.
« no previous file with comments | « no previous file | content/browser/android/media_player_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698