summaryrefslogtreecommitdiffstats
path: root/base/base_paths_win.h
diff options
context:
space:
mode:
authorgab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 21:33:31 +0000
committergab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 21:33:31 +0000
commit996c3471f625e1626ed1479b84d38fb50fa2dee6 (patch)
tree057d26150203cb4bea17aee578561d41ed48ca79 /base/base_paths_win.h
parent2b09f53f4ff7ded78bebbe9d6c9a307489071284 (diff)
downloadchromium_src-996c3471f625e1626ed1479b84d38fb50fa2dee6.zip
chromium_src-996c3471f625e1626ed1479b84d38fb50fa2dee6.tar.gz
chromium_src-996c3471f625e1626ed1479b84d38fb50fa2dee6.tar.bz2
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
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r--base/base_paths_win.h2
1 files changed, 2 insertions, 0 deletions
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
};