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

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

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Created 3 years, 11 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 d0af148fad74c82c5396c4aadde60099e63f91dc..f3ab11f047dc2c9c6ea0493106e1e24299a68ade 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -143,8 +143,6 @@ int MockRenderProcessHost::VisibleWidgetCount() const {
return 1;
}
-void MockRenderProcessHost::AudioStateChanged() {}
-
bool MockRenderProcessHost::IsForGuestsOnly() const {
return is_for_guests_only_;
}

Powered by Google App Engine
This is Rietveld 408576698