Index: chrome/installer/setup/uninstall.cc |
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc |
index e86a867a5b08263144a847365d5a22ba84d734cc..88d7927b1f4489a8610114f99bd4e67d1c7fd970 100644 |
--- a/chrome/installer/setup/uninstall.cc |
+++ b/chrome/installer/setup/uninstall.cc |
@@ -353,8 +353,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( |
huangs
2013/05/15 02:33:46
How about SHORTCUT_LOCATION_START_MENU_CHROME_DIR
gab
2013/05/15 21:26:38
Yes, please add deletion of the SHORTCUT_LOCATION_
calamity
2013/08/27 07:59:35
Done.
|
+ ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, dist, install_level, |
+ target_exe)) { |
LOG(WARNING) << "Failed to delete Start Menu shortcuts."; |
} |