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

Unified Diff: content/renderer/media/media_devices_event_dispatcher.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/renderer/media/media_devices_event_dispatcher.cc
diff --git a/content/renderer/media/media_devices_event_dispatcher.cc b/content/renderer/media/media_devices_event_dispatcher.cc
index e0bce9afa3a365bc46e5c3f3edd1b7891b178b35..6c4e0f19937473a11453cd31fff624bc9938c102 100644
--- a/content/renderer/media/media_devices_event_dispatcher.cc
+++ b/content/renderer/media/media_devices_event_dispatcher.cc
@@ -121,7 +121,7 @@ const ::mojom::MediaDevicesDispatcherHostPtr&
MediaDevicesEventDispatcher::GetMediaDevicesDispatcher() {
if (!media_devices_dispatcher_) {
render_frame()->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&media_devices_dispatcher_));
+ mojo::MakeRequest(&media_devices_dispatcher_));
}
return media_devices_dispatcher_;
« no previous file with comments | « content/renderer/gamepad_shared_memory_reader.cc ('k') | content/renderer/media/media_permission_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698