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

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

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Created 4 years, 3 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/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 8f7e45e4fe9b986f01a64fb898a7d541aa76b260..cec93e220d073a13276cfd5deffacd02473341a2 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -104,7 +104,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
virtual int VisibleWidgetCount() const = 0;
// Called when the audio state changes for this render process host.
- virtual void AudioStateChanged() = 0;
+ virtual void AudioStateChanged(bool is_audio_active) = 0;
// Indicates whether the current RenderProcessHost is exclusively hosting
// guest RenderFrames. Not all guest RenderFrames are created equal. A guest,

Powered by Google App Engine
This is Rietveld 408576698