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