| Index: chrome/installer/setup/uninstall.cc
|
| ===================================================================
|
| --- chrome/installer/setup/uninstall.cc (revision 132169)
|
| +++ chrome/installer/setup/uninstall.cc (working copy)
|
| @@ -763,11 +763,15 @@
|
| if (is_chrome) {
|
| ClearRlzProductState();
|
|
|
| - if (auto_launch_util::WillLaunchAtLogin(
|
| + if (auto_launch_util::WillLaunchAtLoginWithSwitch(
|
| installer_state.target_path(),
|
| - ASCIIToUTF16(chrome::kInitialProfile))) {
|
| + ASCIIToUTF16(chrome::kInitialProfile),
|
| + "")) {
|
| auto_launch_util::SetWillLaunchAtLogin(
|
| - false, FilePath(), ASCIIToUTF16(chrome::kInitialProfile));
|
| + FilePath(),
|
| + ASCIIToUTF16(chrome::kInitialProfile),
|
| + auto_launch_util::FLAG_DISABLE,
|
| + auto_launch_util::FLAG_DISABLE);
|
| }
|
| }
|
|
|
|
|