summaryrefslogtreecommitdiffstats
path: root/base/base_paths_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r--base/base_paths_win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_paths_win.h b/base/base_paths_win.h
index 6905ac6..8bb47d1ff 100644
--- a/base/base_paths_win.h
+++ b/base/base_paths_win.h
@@ -56,6 +56,9 @@ enum {
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.
+ DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful
+ // for tests that need to locate various resources. It
+ // should not be used outside of test code.
PATH_WIN_END
};