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

Unified Diff: mash/init/init.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 | « mash/example/window_type_launcher/window_type_launcher.cc ('k') | mash/init/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/init.cc
diff --git a/mash/init/init.cc b/mash/init/init.cc
index 0a5506da9434c17050ef7c9a638c54c48c0ce7c7..fceaf39181dadc613b6749f62cac048d048f8f2a 100644
--- a/mash/init/init.cc
+++ b/mash/init/init.cc
@@ -18,7 +18,7 @@ Init::Init() {}
Init::~Init() {}
void Init::OnStart(const shell::Identity& identity) {
- connector()->Connect("mojo:ui");
+ connector()->Connect("service:ui");
StartTracing();
StartLogin();
}
@@ -59,11 +59,11 @@ void Init::UserServiceQuit(const std::string& user_id) {
}
void Init::StartTracing() {
- connector()->Connect("mojo:tracing");
+ connector()->Connect("service:tracing");
}
void Init::StartLogin() {
- login_connection_ = connector()->Connect("mojo:login");
+ login_connection_ = connector()->Connect("service:login");
mash::login::mojom::LoginPtr login;
login_connection_->GetInterface(&login);
login->ShowLoginUI();
« no previous file with comments | « mash/example/window_type_launcher/window_type_launcher.cc ('k') | mash/init/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698