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