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

Unified Diff: mash/login/ui.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/login/public/interfaces/login.mojom ('k') | mash/quick_launch/quick_launch_application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/ui.cc
diff --git a/mash/login/ui.cc b/mash/login/ui.cc
index 4a36f56121145a3ef3e1b35938cbef067d83b7a4..b2f17701181adf7fdc409ec95ab120b8314106f0 100644
--- a/mash/login/ui.cc
+++ b/mash/login/ui.cc
@@ -79,6 +79,7 @@ UI::~UI() {
// Prevent the window manager from restarting during graceful shutdown.
window_manager_connection_->SetConnectionLostClosure(base::Closure());
is_showing_ = false;
+ // TODO(beng): we should be terminating this app at this point.
}
views::View* UI::GetContentsView() { return this; }
« no previous file with comments | « mash/login/public/interfaces/login.mojom ('k') | mash/quick_launch/quick_launch_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698