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

Unified Diff: apps/app_shim/app_shim_messages.h

Issue 14579005: Close all windows when app shim quits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 7 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
Index: apps/app_shim/app_shim_messages.h
diff --git a/apps/app_shim/app_shim_messages.h b/apps/app_shim/app_shim_messages.h
index 6a6cc6d07a88f25a95c0d55b77931c41c1faa938..e385b81db47586f26e8d04873e2dfddd2df3d632 100644
--- a/apps/app_shim/app_shim_messages.h
+++ b/apps/app_shim/app_shim_messages.h
@@ -25,3 +25,7 @@ IPC_MESSAGE_CONTROL2(AppShimHostMsg_LaunchApp,
// clicking on the app's icon in the dock or by selecting it with Cmd+Tab. In
// response, Chrome brings the app's windows to the foreground.
IPC_MESSAGE_CONTROL0(AppShimHostMsg_FocusApp)
+
+// Sent when the user quits the app. Once the app closes, the AppShimHost
+// terminates the channel to the shim, and the shim exits.
tapted 2013/05/27 06:44:29 nit: Maybe it is confusing using quit, close and e
jackhou1 2013/05/28 07:30:22 Done.
+IPC_MESSAGE_CONTROL0(AppShimHostMsg_QuitApp)

Powered by Google App Engine
This is Rietveld 408576698