Index: content/browser/media/android/browser_media_player_manager.h |
diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h |
index be8918b1126ca15730102b590dcc8af452705f66..50eef7f281f6ab9775b3fde3d7498dce1a64470a 100644 |
--- a/content/browser/media/android/browser_media_player_manager.h |
+++ b/content/browser/media/android/browser_media_player_manager.h |
@@ -149,8 +149,10 @@ class CONTENT_EXPORT BrowserMediaPlayerManager |
const std::vector<uint8>& response); |
void OnReleaseSession(int media_keys_id, uint32 session_id); |
void OnSetMediaKeys(int player_id, int media_keys_id); |
+ void OnDestroyCdm(int media_keys_id); |
- void OnCancelAllPendingSessionCreations(int media_keys_id); |
+ // Cancels all pending session creations associated with |media_keys_id|. |
+ void CancelAllPendingSessionCreations(int media_keys_id); |
#if defined(VIDEO_HOLE) |
virtual void OnNotifyExternalSurface( |