summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 04:39:33 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 04:39:33 +0000
commit7a06d289c1556534f0aeeab6c23fe5c54be1bf97 (patch)
tree6ac260409a611f32e799bf0d50be6b8294dd5e48 /ipc
parent4ff9040e2a5683bd778f31fb30770ce790c7ae4a (diff)
downloadchromium_src-7a06d289c1556534f0aeeab6c23fe5c54be1bf97.zip
chromium_src-7a06d289c1556534f0aeeab6c23fe5c54be1bf97.tar.gz
chromium_src-7a06d289c1556534f0aeeab6c23fe5c54be1bf97.tar.bz2
Implement web speech synthesis.
Refactors TtsController a bit so that it can be used both by Tts extensions and by web speech. Implements almost all of the features of the web speech API. Requires corresponding WebKit patch: https://bugs.webkit.org/show_bug.cgi?id=111695 BUG=171887 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12589005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198060 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 61f1dcc..fa98979 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -79,6 +79,7 @@ enum IPCMessageStart {
AppShimMsgStart,
ValidationMessageMsgStart,
WebRtcLoggingMsgStart,
+ TtsMsgStart,
LastIPCMsgStart // Must come last.
};