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

Unified Diff: content/public/test/mock_render_process_host.cc

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/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index 6d20cc65a6f08ea4a5aaabc1da47ae90ebaabc86..7a2f3ddb5d76e0299eb642f2743a93d9f9e1957e 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -146,7 +146,7 @@ int MockRenderProcessHost::VisibleWidgetCount() const {
return 1;
}
-void MockRenderProcessHost::AudioStateChanged() {}
+void MockRenderProcessHost::AudioStateChanged(bool is_audio_active) {}
bool MockRenderProcessHost::IsForGuestsOnly() const {
return is_for_guests_only_;

Powered by Google App Engine
This is Rietveld 408576698