From 996c3471f625e1626ed1479b84d38fb50fa2dee6 Mon Sep 17 00:00:00 2001 From: "gab@chromium.org" Date: Thu, 1 Nov 2012 21:33:31 +0000 Subject: 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165505 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base_paths_win.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/base_paths_win.h') diff --git a/base/base_paths_win.h b/base/base_paths_win.h index 6cbcb2c..11bc111 100644 --- a/base/base_paths_win.h +++ b/base/base_paths_win.h @@ -40,6 +40,8 @@ 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