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

Unified Diff: content/public/browser/utility_process_mojo_client.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
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/public/common/associated_interface_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/utility_process_mojo_client.h
diff --git a/content/public/browser/utility_process_mojo_client.h b/content/public/browser/utility_process_mojo_client.h
index e81667bfae2ff530fe755cc17a7a869411d0a8bf..b8e73888299b5f056703842a8f5052a3d0f30340 100644
--- a/content/public/browser/utility_process_mojo_client.h
+++ b/content/public/browser/utility_process_mojo_client.h
@@ -56,7 +56,7 @@ class UtilityProcessMojoClient {
start_called_ = true;
- mojo::InterfaceRequest<MojoInterface> req = mojo::GetProxy(&service_);
+ mojo::InterfaceRequest<MojoInterface> req = mojo::MakeRequest(&service_);
service_.set_connection_error_handler(on_error_callback_);
helper_->Start(MojoInterface::Name_, req.PassMessagePipe());
}
« no previous file with comments | « content/ppapi_plugin/ppapi_thread.cc ('k') | content/public/common/associated_interface_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698