Chromium Code Reviews| Index: chrome/installer/setup/uninstall.cc |
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc |
| index 7f8e7cebb35ffd0f6f41dd0b02dee13556d2fe3d..587e1442d2bdfdddd9f256176203f51174db18e5 100644 |
| --- a/chrome/installer/setup/uninstall.cc |
| +++ b/chrome/installer/setup/uninstall.cc |
| @@ -354,8 +354,9 @@ void DeleteShortcuts(const InstallerState& installer_state, |
| } |
| VLOG(1) << "Deleting Start Menu shortcuts."; |
| - if (!ShellUtil::RemoveShortcuts(ShellUtil::SHORTCUT_LOCATION_START_MENU, dist, |
| - install_level, target_exe)) { |
| + if (!ShellUtil::RemoveShortcuts( |
| + ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, dist, install_level, |
| + target_exe)) { |
| LOG(WARNING) << "Failed to delete Start Menu shortcuts."; |
| } |
|
gab
2013/08/28 19:52:27
Also want to add an extra block here to remove Chr
calamity
2013/10/02 01:08:05
Done.
|