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

Unified Diff: ipc/ipc_channel.h

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: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index cb29d93d0e7c6f84f5da3dfeeec573faef251303..1c0a89d20d5e6ab95fa27e5ee9ad004e0ae11f2f 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -122,7 +122,7 @@ class IPC_EXPORT Channel : public Sender {
void GetRemoteAssociatedInterface(
mojo::AssociatedInterfacePtr<Interface>* proxy) {
mojo::AssociatedInterfaceRequest<Interface> request =
- mojo::GetProxy(proxy, GetAssociatedGroup());
+ mojo::MakeRequest(proxy, GetAssociatedGroup());
GetGenericRemoteAssociatedInterface(
Interface::Name_, request.PassHandle());
}
« no previous file with comments | « extensions/renderer/api/display_source/wifi_display/wifi_display_media_pipeline.cc ('k') | ipc/ipc_channel_mojo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698