| Index: chrome/common/chrome_paths.h
|
| ===================================================================
|
| --- chrome/common/chrome_paths.h (revision 132203)
|
| +++ chrome/common/chrome_paths.h (working copy)
|
| @@ -56,6 +56,11 @@
|
| // directory.
|
| #endif
|
|
|
| +#if defined(OS_LINUX)
|
| + DIR_SINGLE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' definition
|
| + // files that describe extensions are to be
|
| + // installed when chrome is run.
|
| +#endif
|
| DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
|
|
|
| DIR_DEFAULT_APPS, // Directory where installer places .crx files
|
|
|