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 b988309d1519e42b6e99f9c31e559a8e4441bb5a..abff3837e41b1c3e55cf301723cd4145de3a2ae3 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -138,6 +138,9 @@ int MockRenderProcessHost::VisibleWidgetCount() const { |
return 1; |
} |
+void MockRenderProcessHost::AudioStateChanged() { |
+} |
+ |
bool MockRenderProcessHost::IsForGuestsOnly() const { |
return is_for_guests_only_; |
} |