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