| 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; }
|
|
|