diff options
author | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 02:09:38 +0000 |
---|---|---|
committer | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 02:09:38 +0000 |
commit | 4bbdf9ec9909d7a019ac2eedf793b936fc2f3834 (patch) | |
tree | 25d287f842757042e3a0fb8fe0697cf398e88f9c /chrome/chrome_common.gypi | |
parent | 1325b2b2a621627c099bece87725cc0eb582a891 (diff) | |
download | chromium_src-4bbdf9ec9909d7a019ac2eedf793b936fc2f3834.zip chromium_src-4bbdf9ec9909d7a019ac2eedf793b936fc2f3834.tar.gz chromium_src-4bbdf9ec9909d7a019ac2eedf793b936fc2f3834.tar.bz2 |
Start app shim when app launched.
ExtensionAppShimHandler launches the relevant shim in response to
NOTIFICATION_EXTENSION_HOST_CREATED. A new field is added to the
LaunchApp IPC message: launch_now. This indicates whether to launch the
app immediately. This prevents the shim launching the app again.
BUG=168080
TEST=Find an app that has an app shim bundle.
Launch it from the launcher or new tab page.
The shim should start.
Review URL: https://chromiumcodereview.appspot.com/14579006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 43700b2..28e82db 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -51,6 +51,7 @@ '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', ], 'sources': [ + '../apps/app_shim/app_shim_launch.h', '../apps/app_shim/app_shim_messages.h', '../extensions/common/constants.cc', '../extensions/common/constants.h', |