| 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[];
|
|
|