| 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 f115372768900072799bd58e519047546a04543a..2a513772691adfb66e52df4680f23bd2974f40a4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -3063,11 +3063,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.
|
| std::unique_ptr<RenderWidgetHostIterator> widgets(
|
|
|