Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2438)

Unified Diff: chrome/installer/util/util_constants.cc

Issue 10535061: Clarify the use of --register-chrome-browser-suffix which triggers |unique_suffix| in ShellUtil::Re… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.cc
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index cbbec7ab73b71bca12fa6f2fa5451652a813d0ce..d2af2a4ba8740f87f1686075c6b5166c2ee4d7b0 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -107,8 +107,10 @@ const char kNewSetupExe[] = "new-setup-exe";
// options kInstallArchive and kUninstall are ignored.
const char kRegisterChromeBrowser[] = "register-chrome-browser";
-const char kRegisterChromeBrowserSuffix[] =
- "register-chrome-browser-suffix";
+// Used by the installer to forward the registration suffix of the
+// (un)installation in progress when launching an elevated setup.exe to finish
+// registration work.
+const char kRegisterChromeBrowserSuffix[] = "register-chrome-browser-suffix";
// Switch to allow an extra URL protocol to be registered. This option is used
// in conjunction with kRegisterChromeBrowser to specify an extra protocol
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698