summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.h
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 04:55:38 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 04:55:38 +0000
commit3e3ad7f609ab3913c48a6e51d9761cb74b1b3305 (patch)
tree3a1ecaa576ed87d052956986f5fcd30ae78bfe66 /chrome/browser/shell_integration.h
parent9703a394a7eb75ad2ef2c4df970e4fd2199d98c3 (diff)
downloadchromium_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.h1
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;