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 d407e7e56a873ef62c11fb4624d7b43dec2cbc6e..cb60687e6cb78d87f9b44a2054079bfaf4697ec6 100644 |
--- a/content/browser/media/android/browser_media_player_manager.h |
+++ b/content/browser/media/android/browser_media_player_manager.h |
@@ -143,6 +143,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager |
uint32 session_id, |
const std::vector<uint8>& response); |
void OnReleaseSession(int media_keys_id, uint32 session_id); |
+ void OnCancelSession(int media_keys_id, uint32 session_id); |
ddorwin
2013/12/20 23:59:52
These other *Session methods all have spec equival
Kibeom Kim (inactive)
2013/12/30 12:33:05
Done.
|
void OnSetMediaKeys(int player_id, int media_keys_id); |
#if defined(VIDEO_HOLE) |