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

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: Add comments clarifying id's. 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..a808c1fde086e093be1bbd459b0563790cfdeaea 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -125,6 +125,9 @@ const char kPlatformAppLaunchHistogram[] = "Apps.AppLaunch";
#if defined(OS_CHROMEOS)
const char kChromeVoxExtensionPath[] =
"/usr/share/chromeos-assets/accessibility/extensions/access_chromevox";
+// The extension id for the built-in component extension.
+const char kChromeVoxExtensionId[] =
+ "mndnfokpggljbaajbnioimlmbfngpief";
const char kConnectivityDiagnosticsPath[] =
"/usr/share/chromeos-assets/connectivity_diagnostics";
const char kConnectivityDiagnosticsLauncherPath[] =
@@ -134,6 +137,10 @@ const char kSpeechSynthesisExtensionPath[] =
const char kSpeechSynthesisExtensionId[] =
"gjjabgpgjpampikjhjpfhneeoapjbjaf";
const char kWallpaperManagerId[] = "obklkkbkpaoaejdabbfldmcfplpdgolj";
+#else
+// The extension id for the web store extension.
+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