summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r--chrome/installer/util/util_constants.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index 07afdeb..ad9be15 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -18,6 +18,9 @@ const wchar_t kDeleteProfile[] = L"delete-profile";
// Disable logging
const wchar_t kDisableLogging[] = L"disable-logging";
+// Prevent installer from creating desktop shortcuts.
+const wchar_t kDoNotCreateShortcuts[] = L"do-not-create-shortcuts";
+
// Prevent installer from launching Chrome after a successful first install.
const wchar_t kDoNotLaunchChrome[] = L"do-not-launch-chrome";