summaryrefslogtreecommitdiffstats
path: root/chromium/base/base_paths_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/base_paths_win.h')
-rw-r--r--chromium/base/base_paths_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/base_paths_win.h b/chromium/base/base_paths_win.h
index 11bc111d66c..b042d087379 100644
--- a/chromium/base/base_paths_win.h
+++ b/chromium/base/base_paths_win.h
@@ -25,7 +25,6 @@ enum {
DIR_START_MENU, // Usually "C:\Documents and Settings\<user>\
// Start Menu\Programs"
DIR_APP_DATA, // Application Data directory under the user profile.
- DIR_PROFILE, // Usually "C:\Documents and settings\<user>.
DIR_LOCAL_APP_DATA_LOW, // Local AppData directory for low integrity level.
DIR_LOCAL_APP_DATA, // "Local Settings\Application Data" directory under
// the user profile.
@@ -42,6 +41,7 @@ enum {
// of the Default user.
DIR_TASKBAR_PINS, // Directory for the shortcuts pinned to taskbar via
// base::win::TaskbarPinShortcutLink().
+ DIR_WINDOWS_FONTS, // Usually C:\Windows\Fonts.
PATH_WIN_END
};