| 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 aa6898de84d4ea2270dc7a2cb9b6686233b00ab7..72df6663a45b812a5778b3b88bdb295c9ea2d568 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -280,9 +280,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();
|
|
|