Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/resources/access_chromevox/manifest.json ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698