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