Chromium Code Reviews| Index: chrome/common/extensions/extension_constants.h |
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
| index ff4aaa59ea33b3aef786baca54c9208dca3bb0c1..cad05aa98a6c9a7f6615112d479f4fc5c47bed73 100644 |
| --- a/chrome/common/extensions/extension_constants.h |
| +++ b/chrome/common/extensions/extension_constants.h |
| @@ -198,6 +198,11 @@ extern const char kChromeVoxExtensionId[]; |
| // Path to preinstalled ChromeVox screen reader extension (relative to |
| // |chrome::DIR_RESOURCES|). |
| extern const char kChromeVoxExtensionPath[]; |
| +// The extension id of the Select-to-speak extension. |
| +extern const char kSelectToSpeakExtensionId[]; |
| +// Path to preinstalled ChromeVox screen reader extension (relative to |
|
David Tseng
2016/09/16 21:16:03
Update
dmazzoni
2016/09/16 22:06:20
Fixed
|
| +// |chrome::DIR_RESOURCES|). |
| +extern const char kSelectToSpeakExtensionPath[]; |
| // Name of the manifest file in an extension when a special manifest is used |
| // for guest mode. |
| extern const char kGuestManifestFilename[]; |