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

Unified Diff: chrome/test/base/mojo_test_connector.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
« no previous file with comments | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/crash_collector/arc_crash_collector_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mojo_test_connector.cc
diff --git a/chrome/test/base/mojo_test_connector.cc b/chrome/test/base/mojo_test_connector.cc
index a4010815be9ce494e6b528487435f246f8664e61..ef0effc52012b94ddffc17cc7578a0bfef78d790 100644
--- a/chrome/test/base/mojo_test_connector.cc
+++ b/chrome/test/base/mojo_test_connector.cc
@@ -81,7 +81,7 @@ class BackgroundTestState {
client_process_connection->service =
service.PassInterface().PassHandle();
client_process_connection->pid_receiver_request =
- mojo::GetProxy(&pid_receiver_).PassMessagePipe();
+ mojo::MakeRequest(&pid_receiver_).PassMessagePipe();
params->set_client_process_connection(std::move(client_process_connection));
service_manager->Connect(std::move(params));
}
« no previous file with comments | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/crash_collector/arc_crash_collector_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698