summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 06:40:19 +0000
committerjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 06:40:19 +0000
commitf17047c2350711bba987f7af7eddcbc94bdc470a (patch)
treefd64d4b96204301e50c043a9655c8c760a2b4c1f /apps/apps.gypi
parent9fa2b496bd83e5770c92e86121aea74b1657642f (diff)
downloadchromium_src-f17047c2350711bba987f7af7eddcbc94bdc470a.zip
chromium_src-f17047c2350711bba987f7af7eddcbc94bdc470a.tar.gz
chromium_src-f17047c2350711bba987f7af7eddcbc94bdc470a.tar.bz2
Close all windows when app shim quits.
This adds a new IPC message QuitApp which is sent by the shim when the user quits the shim (right click -> Quit). The AppShimHost responds by closing all windows associated with the app. The shim actually quits when the extension eventually closes and AppShimHost closes the channel to the shim. BUG=168080 TEST=Start an app using its shim. Right click the app in the dock and select quit. The shell windows of that app should close. Review URL: https://chromiumcodereview.appspot.com/14579005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 92a677e..49681a2 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -36,8 +36,8 @@
'app_shim/app_shim_host_mac.h',
'app_shim/app_shim_host_manager_mac.h',
'app_shim/app_shim_host_manager_mac.mm',
- 'app_shim/extension_app_shim_handler_mac.h',
'app_shim/extension_app_shim_handler_mac.cc',
+ 'app_shim/extension_app_shim_handler_mac.h',
'field_trial_names.cc',
'field_trial_names.h',
'pref_names.cc',