| Index: content/browser/renderer_host/media/audio_renderer_host.h
|
| diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
|
| index 5e4ce65c764632c165f596cf2d20e9d2031ab428..72070231dd8e7397f81a0f31286a53a1463058ab 100644
|
| --- a/content/browser/renderer_host/media/audio_renderer_host.h
|
| +++ b/content/browser/renderer_host/media/audio_renderer_host.h
|
| @@ -80,11 +80,6 @@ class CONTENT_EXPORT AudioRendererHost
|
| MediaStreamManager* media_stream_manager,
|
| const std::string& salt);
|
|
|
| - // Calls |callback| with the list of AudioOutputControllers for this object.
|
| - void GetOutputControllers(
|
| - const RenderProcessHost::GetAudioOutputControllersCallback&
|
| - callback) const;
|
| -
|
| // BrowserMessageFilter implementation.
|
| void OnChannelClosing() override;
|
| void OnDestruct() const override;
|
| @@ -179,8 +174,6 @@ class CONTENT_EXPORT AudioRendererHost
|
| // the number of playing streams.
|
| void StreamStateChanged(int stream_id, bool is_playing);
|
|
|
| - RenderProcessHost::AudioOutputControllerList DoGetOutputControllers() const;
|
| -
|
| // Send an error message to the renderer.
|
| void SendErrorMessage(int stream_id);
|
|
|
|
|