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

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

Issue 493253002: [Android] Stop all media on undoable close. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 6 years, 4 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
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 5f3fae57565fa377082a5ecc370b690742f62377..f7bab78516e61f5507f1e48089e8a5adb303016d 100644
--- a/content/browser/media/android/browser_media_player_manager.h
+++ b/content/browser/media/android/browser_media_player_manager.h
@@ -70,6 +70,8 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
// Pauses all video players manages by this class.
void PauseVideo();
+ void ReleaseAllMediaPlayers();
Ted C 2014/08/25 18:38:56 I would add a comment for what this does.
David Trainor- moved to gerrit 2014/08/25 18:44:01 Done.
+
// media::MediaPlayerManager overrides.
virtual void OnTimeUpdate(
int player_id, base::TimeDelta current_time) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698