| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 4998213670017ea36d9c1691b60563b31c6deaba..03b6beb8970074e873766e23fe476eb7caf8d880 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -57,6 +57,13 @@ enum {
|
| #endif
|
|
|
| DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
|
| +
|
| +#if defined(OS_MACOSX)
|
| + DIR_DEPRICATED_EXTERNAL_EXTENSIONS, // Former home of external extensions.
|
| + // We read from the old path for now,
|
| + // to give users time to migrate.
|
| +#endif
|
| +
|
| FILE_RESOURCE_MODULE, // Full path and filename of the module that
|
| // contains embedded resources (version,
|
| // strings, images, etc.).
|
|
|