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

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

Issue 11366047: Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shortcuts … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.cc
===================================================================
--- chrome/installer/setup/uninstall.cc (revision 165523)
+++ chrome/installer/setup/uninstall.cc (working copy)
@@ -307,13 +307,6 @@
LOG(WARNING) << "Failed to delete Start Menu shortcuts.";
}
- // Although the shortcut removal calls above will unpin their shortcut if they
- // result in a deletion (i.e. shortcut existed and pointed to |chrome_exe|),
- // it is possible for shortcuts to remain pinned while their parent shortcut
- // has been deleted or changed to point to another |chrome_exe|. Make sure all
- // pinned-to-taskbar shortcuts that point to |chrome_exe| are unpinned.
- ShellUtil::RemoveChromeTaskbarShortcuts(chrome_exe);
-
ShellUtil::RemoveChromeStartScreenShortcuts(product.distribution(),
chrome_exe);
}
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698