Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index 9ae9b16779dfaa5e5923963cc39b3c57bc698be1..9c93ed0cf2d675bd1cf774add2aff83eb1ee9bb7 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -99,9 +99,6 @@ |
virtual void WidgetHidden() = 0; |
virtual int VisibleWidgetCount() const = 0; |
- // Called when the audio state changes for this render process host. |
- virtual void AudioStateChanged() = 0; |
- |
// Indicates whether the current RenderProcessHost is exclusively hosting |
// guest RenderFrames. Not all guest RenderFrames are created equal. A guest, |
// as indicated by BrowserPluginGuest::IsGuest, may coexist with other |