| Index: chrome/installer/util/util_constants.cc
|
| diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
|
| index bd92223bc57b795fd2ea8efa5cc253e7409a203e..bfc100793a25944a0ba60054b4e62c56801d6f76 100644
|
| --- a/chrome/installer/util/util_constants.cc
|
| +++ b/chrome/installer/util/util_constants.cc
|
| @@ -106,6 +106,11 @@ const char kRegisterChromeBrowser[] = "register-chrome-browser";
|
| 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
|
| +// in addition to the standard set of protocols.
|
| +const char kRegisterURLProtocol[] = "register-url-protocol";
|
| +
|
| // Renames chrome.exe to old_chrome.exe and renames new_chrome.exe to chrome.exe
|
| // to support in-use updates. Also deletes opv key.
|
| const char kRenameChromeExe[] = "rename-chrome-exe";
|
|
|