Index: app/app_paths.h |
=================================================================== |
--- app/app_paths.h (revision 72000) |
+++ app/app_paths.h (working copy) |
@@ -14,15 +14,8 @@ |
enum { |
PATH_START = 2000, |
- DIR_LOCALES, // Directory where locale resources are stored. |
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. |
- FILE_RESOURCES_PAK, // Path to the data .pak file which holds binary |
- // resources. |
- |
- // Valid only in development environment; TODO(darin): move these |
- DIR_TEST_DATA, // Directory where unit test data resides. |
- |
PATH_END |
}; |