Index: content/public/test/mock_render_process_host.h |
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
index 358a26728d5916455882f5e8fe960c54140b6455..b42687ef15ed4318d93ebf40b89405f543dc7c1c 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -57,7 +57,6 @@ class MockRenderProcessHost : public RenderProcessHost { |
void WidgetRestored() override; |
void WidgetHidden() override; |
int VisibleWidgetCount() const override; |
- void AudioStateChanged() override; |
bool IsForGuestsOnly() const override; |
StoragePartition* GetStoragePartition() const override; |
virtual void AddWord(const base::string16& word); |