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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 months 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/app/BUILD.gn ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index ce61b736f65067deb581015ab8b41232e207574a..c545013c9a5e2f621413475f666651a3f4aa81ec 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -127,7 +127,7 @@ void MashRunner::RunMain() {
service_->set_context(base::MakeUnique<shell::ServiceContext>(
service_.get(),
background_shell.CreateServiceRequest("exe:chrome_mash")));
- service_->connector()->Connect("mojo:mash_session");
+ service_->connector()->Connect("service:mash_session");
base::RunLoop().Run();
}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698