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

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

Issue 23819020: Gives ChromeVox access to the web store again. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments. Use whitelist. Created 7 years, 3 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
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 52a8861ca1ca441dfe5a0d9b843d2cb858dda151..89de889c170fd2f03b037df5a28154197bfbeefa 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -249,6 +249,9 @@ namespace extension_misc {
APP_LAUNCH_BUCKET_INVALID
};
+ // The extension id of the ChromeVox extension.
+ extern const char kChromeVoxExtensionId[];
+
#if defined(OS_CHROMEOS)
// Path to preinstalled ChromeVox screen reader extension.
extern const char kChromeVoxExtensionPath[];

Powered by Google App Engine
This is Rietveld 408576698