Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index a13bc5ec6befe59e23f5b962a42df33060340f6d..ab49154dc7fbf61632bea2b4ce41d06f8b6feaeb 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -257,6 +257,9 @@ namespace extension_misc { |
extern const char kSpeechSynthesisExtensionPath[]; |
// The extension id of the speech synthesis extension. |
extern const char kSpeechSynthesisExtensionId[]; |
+ // The extension id of the high quality speech synthesis extension for |
+ // en-US, which can be installed automatically from the web store. |
+ extern const char kHighQuality_en_US_ExtensionId[]; |
// The extension id of the wallpaper manager application. |
extern const char kWallpaperManagerId[]; |
// The extension id of the first run dialog application. |