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

Unified Diff: content/browser/media/android/browser_media_player_manager.h

Issue 107413006: Dismiss EME infobar when WebMediaPlayer is destroyed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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/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)

Powered by Google App Engine
This is Rietveld 408576698