| 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.
|
|
|