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

Unified Diff: mash/wm/window_manager_application.cc

Issue 1801963002: Change primordial pipes to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase onto catalog CL 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/wm/window_manager_application.h ('k') | mojo/mojo_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_application.cc
diff --git a/mash/wm/window_manager_application.cc b/mash/wm/window_manager_application.cc
index 91fb08e166c64a506af484ab288b2d9627a502c8..b61dd5098511ec2b66c903105269f2b96560f354 100644
--- a/mash/wm/window_manager_application.cc
+++ b/mash/wm/window_manager_application.cc
@@ -125,6 +125,10 @@ bool WindowManagerApplication::AcceptConnection(mojo::Connection* connection) {
return true;
}
+void WindowManagerApplication::ShellConnectionLost() {
+ _exit(1);
+}
+
void WindowManagerApplication::Create(
mojo::Connection* connection,
mojo::InterfaceRequest<mash::wm::mojom::UserWindowController> request) {
« no previous file with comments | « mash/wm/window_manager_application.h ('k') | mojo/mojo_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698