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 67fc03f27d938f4bbd0bac27ec35de5edd206aa0..9b30fe927c8d6e616378cacacef1be988f6573e5 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -36,6 +36,7 @@ class Connection; |
} |
namespace content { |
+class AudioRendererHost; |
class BrowserContext; |
class BrowserMessageFilter; |
class RenderProcessHostObserver; |
@@ -307,6 +308,8 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
// any RenderViewHosts that are swapped out. |
size_t GetActiveViewCount(); |
+ virtual scoped_refptr<AudioRendererHost> audio_renderer_host() const = 0; |
+ |
// Static management functions ----------------------------------------------- |
// Flag to run the renderer in process. This is primarily |