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

Unified Diff: content/browser/media/session/pepper_playback_observer.h

Issue 2428873002: Add about_flag for experimenting MediaSession on Desktop (Closed)
Patch Set: fixed cast_shell build Created 4 years, 2 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/media/session/pepper_playback_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/pepper_playback_observer.h
diff --git a/content/browser/media/session/pepper_playback_observer.h b/content/browser/media/session/pepper_playback_observer.h
index 3b43e19726194f8a0bbbfccec1a98e283672d1ee..9aacf007dbfbf084dbb8c5e91349e3318a882c57 100644
--- a/content/browser/media/session/pepper_playback_observer.h
+++ b/content/browser/media/session/pepper_playback_observer.h
@@ -26,7 +26,9 @@ class PepperPlaybackObserver {
void PepperInstanceCreated(int32_t pp_instance);
void PepperInstanceDeleted(int32_t pp_instance);
+ // This method is called when a Pepper instance starts making sound.
void PepperStartsPlayback(int32_t pp_instance);
+ // This method is called when a Pepper instance stops making sound.
void PepperStopsPlayback(int32_t pp_instance);
private:
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/media/session/pepper_playback_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698