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

Unified Diff: services/service_manager/README.md

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: services/service_manager/README.md
diff --git a/services/service_manager/README.md b/services/service_manager/README.md
index 7bcf94e4b2e1d0c19acf7c079a2cf6f988fc006e..4239bc688acd7938b1923d2a833fab2e2682753b 100644
--- a/services/service_manager/README.md
+++ b/services/service_manager/README.md
@@ -663,7 +663,7 @@ previous section. The connect flow in the service that launches the target
service_manager::Identity target("exe:target",service_manager::mojom::kInheritUserID);
service_manager::Connector::ConnectParams params(target);
params.set_client_process_connection(std::move(factory),
- GetProxy(&receiver));
+ MakeRequest(&receiver));
std::unique_ptr<service_manager::Connection> connection = connector->Connect(&params);
base::LaunchOptions options;
« no previous file with comments | « services/preferences/public/cpp/tests/pref_observer_store_unittest.cc ('k') | services/service_manager/connect_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698