summaryrefslogtreecommitdiffstats
path: root/chromium/base/base_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/base_paths.h')
-rw-r--r--chromium/base/base_paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/base/base_paths.h b/chromium/base/base_paths.h
index f9601a290ae..26b2fd4c9a1 100644
--- a/chromium/base/base_paths.h
+++ b/chromium/base/base_paths.h
@@ -31,6 +31,10 @@ enum BasePathKey {
DIR_EXE, // Directory containing FILE_EXE.
DIR_MODULE, // Directory containing FILE_MODULE.
DIR_TEMP, // Temporary directory.
+ DIR_HOME, // User's root home directory. On Windows this will look
+ // like "C:\Users\you" (or on XP
+ // "C:\Document and Settings\you") which isn't necessarily
+ // a great place to put files.
FILE_EXE, // Path and filename of the current executable.
FILE_MODULE, // Path and filename of the module containing the code for
// the PathService (which could differ from FILE_EXE if the