diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 20:40:04 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 20:40:04 +0000 |
commit | 4fa725ecd63006b46f2693f219a10a7c62e1a617 (patch) | |
tree | 90aa4f8d5725c623fd7ecd068cafca3b819b87af /base/base_paths_linux.h | |
parent | 2b799eee4408951d90d1c6be505491c2f40f5673 (diff) | |
download | chromium_src-4fa725ecd63006b46f2693f219a10a7c62e1a617.zip chromium_src-4fa725ecd63006b46f2693f219a10a7c62e1a617.tar.gz chromium_src-4fa725ecd63006b46f2693f219a10a7c62e1a617.tar.bz2 |
Make some net unittests compile and pass on linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths_linux.h')
-rw-r--r-- | base/base_paths_linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_paths_linux.h b/base/base_paths_linux.h index b0f3d48..0ba3a19 100644 --- a/base/base_paths_linux.h +++ b/base/base_paths_linux.h @@ -43,6 +43,9 @@ enum { FILE_MODULE, // Path and filename of the module containing the code for the // PathService (which could differ from FILE_EXE if the // PathService were compiled into a shared object, for example). + 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_LINUX_END }; |