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

Unified Diff: mash/login/login.cc

Issue 1810713002: Cascade shutdown of instances (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@55all_users
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/init/init.cc ('k') | mash/login/public/interfaces/login.mojom » ('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 05edab5284e69f5c9c3053e00c51a571cd65d7f5..1ae4e77ef79b442b939cb349aa03baf24e4a0ba5 100644
--- a/mash/login/login.cc
+++ b/mash/login/login.cc
@@ -32,10 +32,6 @@ class Login : public mojom::Login {
void ShowLoginUI() override {
UI::Show(connector_, controller_);
}
- void Logout() override {
- controller_->init()->StopServicesForUser(user_id_);
- UI::Show(connector_, controller_);
- }
void SwitchUser() override {
UI::Show(connector_, controller_);
}
« no previous file with comments | « mash/init/init.cc ('k') | mash/login/public/interfaces/login.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698