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 99df51e..07afdeb 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -57,6 +57,9 @@ const wchar_t kNewSetupExe[] = L"new-setup-exe";
// options kInstallArchive and kUninstall are ignored.
const wchar_t kRegisterChromeBrowser[] = L"register-chrome-browser";
+const wchar_t kRegisterChromeBrowserSuffix[] =
+ L"register-chrome-browser-suffix";
+
// Renames chrome.exe to old_chrome.exe and renames new_chrome.exe to chrome.exe
// to support in-use updates. Also deletes opv key.
const wchar_t kRenameChromeExe[] = L"rename-chrome-exe";