Chromium Code Reviews

Unified Diff: ipc/ipc_message_start.h

Issue 12589005: Implement web speech synthesis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@webtts
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« content/renderer/tts_dispatcher.cc ('K') | « content/renderer/tts_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_start.h
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index a277f022519bcbbfc201c74e8e9fc36cb9e28ace..f5b53f7a8cb83fec80da8a73c322720860854eac 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -75,6 +75,7 @@ enum IPCMessageStart {
PeerConnectionTrackerMsgStart,
VisitedLinkMsgStart,
OneClickSigninMsgStart,
+ TtsMsgStart,
LastIPCMsgStart // Must come last.
};
« content/renderer/tts_dispatcher.cc ('K') | « content/renderer/tts_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine