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

Unified Diff: content/public/browser/media_observer.h

Issue 10835025: Plumb render view ID to media observer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « content/common/media/audio_messages.h ('k') | content/renderer/media/audio_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/media_observer.h
diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
index f7ae0dce3547048fa00a84bfcf4a7b4e3ca80c9c..d18269de0a35bdd12c96086b823caea918bb5db9 100644
--- a/content/public/browser/media_observer.h
+++ b/content/public/browser/media_observer.h
@@ -27,6 +27,8 @@ class MediaObserver {
// Called when the status of an audio stream is set to "created", "flushed",
// "closed", or "error".
virtual void OnSetAudioStreamStatus(void* host, int stream_id,
+ int render_process_id,
+ int render_view_id,
const std::string& status) = 0;
// Called when the volume of an audio stream is set.
« no previous file with comments | « content/common/media/audio_messages.h ('k') | content/renderer/media/audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698