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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

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/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index f115372768900072799bd58e519047546a04543a..2a513772691adfb66e52df4680f23bd2974f40a4 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -3063,11 +3063,6 @@ base::FilePath RenderProcessHostImpl::GetAecDumpFilePathWithExtensions(
}
#endif // BUILDFLAG(ENABLE_WEBRTC)
-void RenderProcessHostImpl::GetAudioOutputControllers(
- const GetAudioOutputControllersCallback& callback) const {
- audio_renderer_host()->GetOutputControllers(callback);
-}
-
void RenderProcessHostImpl::RecomputeAndUpdateWebKitPreferences() {
// We are updating all widgets including swapped out ones.
std::unique_ptr<RenderWidgetHostIterator> widgets(

Powered by Google App Engine
This is Rietveld 408576698