| 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 64410e731a42b924e9c3e250463eee924b635ee1..c1b2fd760c41990fe528fadfbcf15ac97abcc068 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -100,6 +100,9 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| 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
|
|
|