diff options
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 8b91c49..918ba41 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -56,6 +56,7 @@ enum { // Getting this path does not create it. #endif + DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. FILE_RESOURCE_MODULE, // Full path and filename of the module that // contains embedded resources (version, // strings, images, etc.). @@ -79,7 +80,6 @@ enum { FILE_CHROMEOS_API, // Full path to chrome os api shared object. #endif - // Valid only in development environment; TODO(darin): move these DIR_TEST_DATA, // Directory where unit test data resides. DIR_TEST_TOOLS, // Directory where unit test tools reside. |