| Index: chrome/installer/util/util_constants.cc
|
| diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
|
| index f19bc0a88d80fba4543e31abefad37bc832e4d6d..b4639e555735a23c3e07b7daaa2fa28c3b3895d3 100644
|
| --- a/chrome/installer/util/util_constants.cc
|
| +++ b/chrome/installer/util/util_constants.cc
|
| @@ -112,7 +112,10 @@ const char kOnOsUpgrade[] = "on-os-upgrade";
|
| // exit code: 0 if EULA not accepted, 1 if EULA accepted, and E_FAIL on error.
|
| const char kQueryEULAAcceptance[] = "query-eula-acceptance";
|
|
|
| -// Register Chrome as a valid browser on the current sytem. This option
|
| +// Requests that setup attempt to reenable autoupdates for Chrome.
|
| +const char kReenableAutoupdates[] = "reenable-autoupdates";
|
| +
|
| +// Register Chrome as a valid browser on the current system. This option
|
| // requires that setup.exe is running as admin. If this option is specified,
|
| // options kInstallArchive and kUninstall are ignored.
|
| const char kRegisterChromeBrowser[] = "register-chrome-browser";
|
|
|