diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 04:55:38 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 04:55:38 +0000 |
commit | 3e3ad7f609ab3913c48a6e51d9761cb74b1b3305 (patch) | |
tree | 3a1ecaa576ed87d052956986f5fcd30ae78bfe66 /chrome/browser/shell_integration.h | |
parent | 9703a394a7eb75ad2ef2c4df970e4fd2199d98c3 (diff) | |
download | chromium_src-3e3ad7f609ab3913c48a6e51d9761cb74b1b3305.zip chromium_src-3e3ad7f609ab3913c48a6e51d9761cb74b1b3305.tar.gz chromium_src-3e3ad7f609ab3913c48a6e51d9761cb74b1b3305.tar.bz2 |
[win] Don't use app_host.exe for v1 apps.
The app_host won't be installed for v1 apps, so may not be on the system. It should not be used for shortcuts.
BUG=160479
TEST=Check on Windows that the Create Shortcuts... command works for all types of apps.
Review URL: https://chromiumcodereview.appspot.com/11413134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index c6c1b303..1249e68 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -93,6 +93,7 @@ class ShellIntegration { // and the launch url will be detected at start-up. In this case, |url| // is still used to generate the app id (windows app id, not chrome app id). std::string extension_id; + bool is_platform_app; string16 title; string16 description; FilePath extension_path; |