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

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: updated api version Created 3 years, 8 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 eb3c90f21a602e0586a41fc0e2d01bdb8f87a99d..740225affe7397506afbf26a96458b2035f2b050 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;
@@ -180,8 +175,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