From e99ee9cd37864004d9f98f3880405fc651f29b58 Mon Sep 17 00:00:00 2001 From: "gab@chromium.org" Date: Thu, 1 Nov 2012 22:23:12 +0000 Subject: Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shortcuts owned by the uninstalled Chrome. TBR=brettw@chromium.org BUG=158632 TEST=No user-level shortcut Chrome left behind in taskbar post user-level self-destruct. Review URL: https://chromiumcodereview.appspot.com/11361015 TBR=gab@chromium.org Review URL: https://codereview.chromium.org/11366047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165524 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_paths_win.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/base_paths_win.h') diff --git a/base/base_paths_win.h b/base/base_paths_win.h index 11bc111..6cbcb2c 100644 --- a/base/base_paths_win.h +++ b/base/base_paths_win.h @@ -40,8 +40,6 @@ enum { DIR_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts. DIR_DEFAULT_USER_QUICK_LAUNCH, // Directory for the quick launch shortcuts // of the Default user. - DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar via - // base::win::TaskbarPinShortcutLink(). PATH_WIN_END }; -- cgit v1.1