Chromium Code Reviews| 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 |