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

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: 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..40de0b946d646c77e752c98ad63869c52f83ed3c 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";
+// Should only be used by the installer to forward the suffix of the
robertshield 2012/06/08 16:04:48 Nits: Used by the installer to forward the regist
gab 2012/06/08 16:09:43 Done.
+// (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