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

Unified Diff: chrome/browser/extensions/extension_tts_engine_api.cc

Issue 7258007: Move the tts and ttsEngine APIs out of experimental, and give (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/extensions/extension_tts_engine_api.cc
===================================================================
--- chrome/browser/extensions/extension_tts_engine_api.cc (revision 93167)
+++ chrome/browser/extensions/extension_tts_engine_api.cc (working copy)
@@ -18,8 +18,8 @@
namespace constants = extension_tts_api_constants;
namespace events {
-const char kOnSpeak[] = "experimental.ttsEngine.onSpeak";
-const char kOnStop[] = "experimental.ttsEngine.onStop";
+const char kOnSpeak[] = "ttsEngine.onSpeak";
+const char kOnStop[] = "ttsEngine.onStop";
}; // namespace events
void GetExtensionVoices(Profile* profile, ListValue* result_voices) {
« no previous file with comments | « chrome/browser/extensions/extension_tts_engine_api.h ('k') | chrome/browser/resources/access_chromevox/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698