summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
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/DEPS
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/DEPS')
-rw-r--r--apps/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/DEPS b/apps/DEPS
index b7951f8..60fa875 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -11,6 +11,7 @@ include_rules = [
"+chrome/browser/profiles",
"+chrome/browser/shell_integration.h",
"+chrome/browser/ui/extensions/application_launch.h",
+ "+chrome/browser/ui/extensions/native_app_window.h",
"+chrome/browser/ui/extensions/shell_window.h",
"+chrome/browser/ui/host_desktop.h",
"+chrome/browser/ui/web_applications/web_app_ui.h",