diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 22:23:12 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 22:23:12 +0000 |
commit | e99ee9cd37864004d9f98f3880405fc651f29b58 (patch) | |
tree | e8d93e091efd2db0006ca5a8928d220a0343ab19 /base/base_paths_win.h | |
parent | 4b200875a6d0bef1ddf58bf05247f819da7243ae (diff) | |
download | chromium_src-e99ee9cd37864004d9f98f3880405fc651f29b58.zip chromium_src-e99ee9cd37864004d9f98f3880405fc651f29b58.tar.gz chromium_src-e99ee9cd37864004d9f98f3880405fc651f29b58.tar.bz2 |
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
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r-- | base/base_paths_win.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 }; |