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

Unified Diff: chrome/browser/speech/extension_api/tts_extension_api_constants.h

Issue 27034009: Implement Google network speech synthesis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix getApiKey description Created 7 years, 2 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/browser/speech/extension_api/tts_extension_api_constants.h
diff --git a/chrome/browser/speech/extension_api/tts_extension_api_constants.h b/chrome/browser/speech/extension_api/tts_extension_api_constants.h
index 0809473f7b36255db21e1cdb9fe112eb90f341e4..a09b9075060c75af8163ef35524b2cb8fd7c6ec5 100644
--- a/chrome/browser/speech/extension_api/tts_extension_api_constants.h
+++ b/chrome/browser/speech/extension_api/tts_extension_api_constants.h
@@ -14,6 +14,7 @@ namespace tts_extension_api_constants {
extern const char kVoiceNameKey[];
extern const char kLangKey[];
extern const char kGenderKey[];
+extern const char kRemoteKey[];
extern const char kRateKey[];
extern const char kPitchKey[];
extern const char kVolumeKey[];

Powered by Google App Engine
This is Rietveld 408576698