| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 12613168e34d4e0a544df36fb90c560052692a90..d157f02fe367930b14d2b95073f896415c6d1cb1 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -334,7 +334,7 @@ bool ElevateAndRegisterChrome(const std::wstring& chrome_exe,
|
| params.append(installer_util::switches::kRegisterChromeBrowser);
|
| params.append(L"=\"" + chrome_exe + L"\"");
|
| if (!suffix.empty()) {
|
| - params.append(L"--");
|
| + params.append(L" --");
|
| params.append(installer_util::switches::kRegisterChromeBrowserSuffix);
|
| params.append(L"=\"" + suffix + L"\"");
|
| }
|
|
|