| Index: chrome/installer/setup/uninstall.cc
|
| ===================================================================
|
| --- chrome/installer/setup/uninstall.cc (revision 132792)
|
| +++ chrome/installer/setup/uninstall.cc (working copy)
|
| @@ -777,12 +777,8 @@
|
| if (is_chrome) {
|
| ClearRlzProductState();
|
|
|
| - if (auto_launch_util::WillLaunchAtLogin(
|
| - installer_state.target_path(),
|
| - ASCIIToUTF16(chrome::kInitialProfile))) {
|
| - auto_launch_util::SetWillLaunchAtLogin(
|
| - false, FilePath(), ASCIIToUTF16(chrome::kInitialProfile));
|
| - }
|
| + auto_launch_util::DisableAllAutoStartFeatures(
|
| + ASCIIToUTF16(chrome::kInitialProfile));
|
| }
|
|
|
| // First delete shortcuts from Start->Programs, Desktop & Quick Launch.
|
|
|