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

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

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.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index b38de6a37fde0d526022c70ccedbe56e7d8b0e9e..b166bcde549c9832a0d2b1c69655a4d34e45e3a9 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -125,6 +125,8 @@ const char kPlatformAppLaunchHistogram[] = "Apps.AppLaunch";
#if defined(OS_CHROMEOS)
const char kChromeVoxExtensionPath[] =
"/usr/share/chromeos-assets/accessibility/extensions/access_chromevox";
+const char kChromeVoxExtensionId[] =
dmazzoni 2013/09/05 20:35:23 // Maybe add a comment here indicating this is the
+ "mndnfokpggljbaajbnioimlmbfngpief";
const char kConnectivityDiagnosticsPath[] =
"/usr/share/chromeos-assets/connectivity_diagnostics";
const char kConnectivityDiagnosticsLauncherPath[] =
@@ -134,6 +136,9 @@ const char kSpeechSynthesisExtensionPath[] =
const char kSpeechSynthesisExtensionId[] =
"gjjabgpgjpampikjhjpfhneeoapjbjaf";
const char kWallpaperManagerId[] = "obklkkbkpaoaejdabbfldmcfplpdgolj";
+#else
+const char kChromeVoxExtensionId[] =
+ "kgejglhpjiefppelpmljglcjbhoiplfn";
#endif
const char kAppStateNotInstalled[] = "not_installed";
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/renderer/extensions/renderer_permissions_policy_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698