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

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: 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..d457ac139ec2aae63a899e41e57fbc170c87374c 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -252,6 +252,8 @@ namespace extension_misc {
#if defined(OS_CHROMEOS)
// Path to preinstalled ChromeVox screen reader extension.
extern const char kChromeVoxExtensionPath[];
+ // The extension id of the ChromeVox extension.
+ extern const char kChromeVoxExtensionId[];
// Path to preinstalled Connectivity Diagnostics extension.
extern const char kConnectivityDiagnosticsPath[];
extern const char kConnectivityDiagnosticsLauncherPath[];
« no previous file with comments | « no previous file | chrome/common/extensions/extension_constants.cc » ('j') | chrome/common/extensions/extension_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698