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

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

Issue 27034009: Implement Google network speech synthesis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change client name, truncate utterance length 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.cc
diff --git a/chrome/browser/speech/extension_api/tts_extension_api_constants.cc b/chrome/browser/speech/extension_api/tts_extension_api_constants.cc
index 7b8c45bbe4ca499791c7b77130ec48a00b6b780b..f3d02e3320d3f80bd9d981901c7d75bca1426df1 100644
--- a/chrome/browser/speech/extension_api/tts_extension_api_constants.cc
+++ b/chrome/browser/speech/extension_api/tts_extension_api_constants.cc
@@ -9,6 +9,7 @@ namespace tts_extension_api_constants {
const char kVoiceNameKey[] = "voiceName";
const char kLangKey[] = "lang";
const char kGenderKey[] = "gender";
+const char kRemoteKey[] = "remote";
David Tseng 2013/10/17 20:43:49 Should this list be sorted?
dmazzoni 2013/10/18 16:23:19 Sure, I sorted within each grouping.
const char kRateKey[] = "rate";
const char kPitchKey[] = "pitch";
const char kVolumeKey[] = "volume";

Powered by Google App Engine
This is Rietveld 408576698