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..957fc9f660f98cbddfa109544ad10ba400c12af2 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_; |
} |