| 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 8bb4f2f602d1071d1e1f1b4c0d283d50ae8cb25c..bb9d3113b635cccb6a47494a54d8a6a63244a543 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -3061,11 +3061,6 @@ base::FilePath RenderProcessHostImpl::GetAecDumpFilePathWithExtensions(
|
| }
|
| #endif // BUILDFLAG(ENABLE_WEBRTC)
|
|
|
| -void RenderProcessHostImpl::GetAudioOutputControllers(
|
| - const GetAudioOutputControllersCallback& callback) const {
|
| - audio_renderer_host()->GetOutputControllers(callback);
|
| -}
|
| -
|
| void RenderProcessHostImpl::RecomputeAndUpdateWebKitPreferences() {
|
| // We are updating all widgets including swapped out ones.
|
| for (auto* widget : widgets_) {
|
|
|