| Index: components/mus/mus_app.cc
|
| diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
|
| index 88a98a06f7eeabb14d777fb691d5f1aac3c2cbfc..9f226a9f8d99c6d5bab5380c98f1c6e4a66ac995 100644
|
| --- a/components/mus/mus_app.cc
|
| +++ b/components/mus/mus_app.cc
|
| @@ -168,6 +168,11 @@
|
| return true;
|
| }
|
|
|
| +void MandolineUIServicesApp::ShellConnectionLost() {
|
| + // TODO: This should exit cleanly.
|
| + _exit(1);
|
| +}
|
| +
|
| void MandolineUIServicesApp::OnFirstDisplayReady() {
|
| PendingRequests requests;
|
| requests.swap(pending_requests_);
|
|
|