Chromium Code Reviews| Index: base/base_paths_win.h |
| =================================================================== |
| --- base/base_paths_win.h (revision 167785) |
| +++ base/base_paths_win.h (working copy) |
| @@ -40,6 +40,8 @@ |
| 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 |
| }; |