Index: base/base_paths_win.h |
diff --git a/base/base_paths_win.h b/base/base_paths_win.h |
index 11bc111d66cd9d527d6ebfbe0f875a76225c11c2..07a20b562c696866bdc662c21694fead471781e0 100644 |
--- a/base/base_paths_win.h |
+++ b/base/base_paths_win.h |
@@ -42,6 +42,10 @@ enum { |
// of the Default user. |
DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar via |
// base::win::TaskbarPinShortcutLink(). |
+ DIR_IMPLICIT_APP_SHORTCUTS, // Directory the shortcuts pinned to |
+ // taskbar live when they have a custom app id |
+ // and the "Pin to Taskbar" menu item is |
+ // clicked by the user. |
PATH_WIN_END |
}; |