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

Unified Diff: content/browser/renderer_host/media/media_devices_dispatcher_host.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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/media_devices_dispatcher_host.cc
diff --git a/content/browser/renderer_host/media/media_devices_dispatcher_host.cc b/content/browser/renderer_host/media/media_devices_dispatcher_host.cc
index 5cbc36f1fe59a9ef519a176b8e1c0d41cc18f8d7..d50e28a78e27a0f99215783ad6e34aad1ac3e0e1 100644
--- a/content/browser/renderer_host/media/media_devices_dispatcher_host.cc
+++ b/content/browser/renderer_host/media/media_devices_dispatcher_host.cc
@@ -229,7 +229,7 @@ void MediaDevicesDispatcherHost::NotifyDeviceChangeOnUIThread(
return;
render_frame_host->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&media_devices_listener));
+ mojo::MakeRequest(&media_devices_listener));
if (!media_devices_listener)
return;
}

Powered by Google App Engine
This is Rietveld 408576698