diff options
Diffstat (limited to 'app/app_paths.h')
-rw-r--r-- | app/app_paths.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/app_paths.h b/app/app_paths.h index f807d60..d1cf12f0 100644 --- a/app/app_paths.h +++ b/app/app_paths.h @@ -14,15 +14,8 @@ namespace app { 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 }; |