| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 78ca6b1af36433e71eb12c38c7b8d4a29f44cebd..2462bf609602e202e342edb042bc3a392cc71143 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
|
| +
|
| DIR_DEFAULT_APPS, // Directory where installer places .crx files
|
| // to be installed when chrome is first run.
|
| FILE_RESOURCE_MODULE, // Full path and filename of the module that
|
|
|