Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: content/browser/renderer_host/media/audio_renderer_host.h

Issue 2784563003: WebRTC Audio private API: removing WebRtcAudioPrivate(Set/Get)ActiveSinkFunction (Closed)
Patch Set: nitfixes Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698