Commit b9376449 authored by gab@chromium.org's avatar gab@chromium.org

Clarify the use of --register-chrome-browser-suffix which triggers...

Clarify the use of --register-chrome-browser-suffix which triggers |unique_suffix| in ShellUtil::RegisterChromeBrowser()

BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/10535061

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141230 0039d316-1c4b-4281-b951-d872f2087c98
parent ad388f1b
...@@ -107,8 +107,10 @@ const char kNewSetupExe[] = "new-setup-exe"; ...@@ -107,8 +107,10 @@ const char kNewSetupExe[] = "new-setup-exe";
// options kInstallArchive and kUninstall are ignored. // options kInstallArchive and kUninstall are ignored.
const char kRegisterChromeBrowser[] = "register-chrome-browser"; const char kRegisterChromeBrowser[] = "register-chrome-browser";
const char kRegisterChromeBrowserSuffix[] = // Used by the installer to forward the registration suffix of the
"register-chrome-browser-suffix"; // (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 // Switch to allow an extra URL protocol to be registered. This option is used
// in conjunction with kRegisterChromeBrowser to specify an extra protocol // in conjunction with kRegisterChromeBrowser to specify an extra protocol
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment