| Index: chrome/common/extensions/extension_constants.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_constants.h (revision 71755)
|
| +++ chrome/common/extensions/extension_constants.h (working copy)
|
| @@ -259,6 +259,12 @@
|
| PROMO_SEEN,
|
| PROMO_BUCKET_BOUNDARY
|
| };
|
| +
|
| +#if defined(OS_CHROMEOS)
|
| + // The directory path on a ChromeOS device where .crx files of accessibility
|
| + // extensions are stored.
|
| + extern const char* kAccessExtensionCrxPath;
|
| +#endif
|
| } // extension_misc
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
|
|
|