| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index cef26797458336875c409006e14d2e522f03798d..219e400895448f6e7a5f6b5ad9d1b8031214f42d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -273,9 +273,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| is_for_guests_only_ = is_for_guests_only;
|
| }
|
|
|
| - void GetAudioOutputControllers(
|
| - const GetAudioOutputControllersCallback& callback) const override;
|
| -
|
| #if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| // Launch the zygote early in the browser startup.
|
| static void EarlyZygoteLaunch();
|
|
|