diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 22:07:20 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-27 22:07:20 +0000 |
commit | 1e3b9d90e7b5f07acf97f194f628d08dc390f018 (patch) | |
tree | 239632d538034f9087c7a3ebb723c51a70813b25 /chrome/installer/util/util_constants.h | |
parent | 25e71e3c4d45871c6e4c4cb11215cb5f096218f3 (diff) | |
download | chromium_src-1e3b9d90e7b5f07acf97f194f628d08dc390f018.zip chromium_src-1e3b9d90e7b5f07acf97f194f628d08dc390f018.tar.gz chromium_src-1e3b9d90e7b5f07acf97f194f628d08dc390f018.tar.bz2 |
Remove --do-not-create-shortcuts flag from setup.exe
As a precursor to extracting the install logic in subfunctions, might as well remove this flag which we decided was never used and is no longer needed (it was originally meant for Chrome Frame, but the installer path for CF now does this correctly without this flag).
BUG=132825,127544
TEST=Install CF with "setup.exe --chrome-frame --do-not-register-for-update-launch --do-not-launch-chrome" and ensure no shortcuts are created.
Review URL: https://chromiumcodereview.appspot.com/10700008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rw-r--r-- | chrome/installer/util/util_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h index 0a0b027..a8476d8 100644 --- a/chrome/installer/util/util_constants.h +++ b/chrome/installer/util/util_constants.h @@ -136,7 +136,6 @@ extern const char kCreateAllShortcuts[]; extern const char kCriticalUpdateVersion[]; extern const char kDeleteProfile[]; extern const char kDisableLogging[]; -extern const char kDoNotCreateShortcuts[]; extern const char kDoNotLaunchChrome[]; extern const char kDoNotRegisterForUpdateLaunch[]; extern const char kDoNotRemoveSharedItems[]; |