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

Unified Diff: mash/login/login.cc

Issue 1817443002: Rename mash_shell to mash_session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/screenlock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/login.cc
diff --git a/mash/login/login.cc b/mash/login/login.cc
index e5c566b74b92d755839888fae2138b07c6cc99f2..92dec1d6fb4341080eba3acde3b5276fe8e27412 100644
--- a/mash/login/login.cc
+++ b/mash/login/login.cc
@@ -139,7 +139,7 @@ class Login : public mojo::ShellClient,
user_access_manager_->SetActiveUser(user_id);
mash::init::mojom::InitPtr init;
connector_->ConnectToInterface("mojo:mash_init", &init);
- init->StartService("mojo:mash_shell", user_id);
+ init->StartService("mojo:mash_session", user_id);
}
private:
« no previous file with comments | « mash/example/window_type_launcher/window_type_launcher.cc ('k') | mash/screenlock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698