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

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

Issue 880393002: Fix webrtcAudioPrivate API to handle requests from <webview>s. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 years, 11 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
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.h ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index 94eb29a01f362276b3243968ba7ef0824498d5e3..7798252fe13608d74044e1c14138217426237091 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -1360,13 +1360,6 @@ void RenderViewHostImpl::OnWebkitPreferencesChanged() {
updating_web_preferences_ = false;
}
-void RenderViewHostImpl::GetAudioOutputControllers(
- const GetAudioOutputControllersCallback& callback) const {
- scoped_refptr<AudioRendererHost> audio_host =
- static_cast<RenderProcessHostImpl*>(GetProcess())->audio_renderer_host();
- audio_host->GetOutputControllers(GetRoutingID(), callback);
-}
-
void RenderViewHostImpl::ClearFocusedElement() {
is_focused_element_editable_ = false;
Send(new ViewMsg_ClearFocusedElement(GetRoutingID()));
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.h ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698