Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: chrome/installer/setup/uninstall.cc

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: rebase, move app launcher and chrome app strings into the installer Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.";
}

Powered by Google App Engine
This is Rietveld 408576698