Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 4a0e262f20ab0da5894751ff2575ede592fcef3f..233ed41e6186b0ab8a97d54a5aa0ee13a74f6c97 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -2383,4 +2383,9 @@ void RenderProcessHostImpl::DecrementWorkerRefCount() { |
Cleanup(); |
} |
+void RenderProcessHostImpl::GetAudioOutputControllers( |
+ const GetAudioOutputControllersCallback& callback) const { |
+ audio_renderer_host()->GetOutputControllers(callback); |
+} |
+ |
} // namespace content |