Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html b/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html |
| index 7f2af21e5188c5c65c26dd9ae460800a843c9b52..e9c3f95976f25a23b375a18d9ad1125ce23a5011 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html |
| +++ b/chrome/common/extensions/docs/server2/templates/intros/ttsEngine.html |
| @@ -2,8 +2,7 @@ |
| Use the <code>chrome.ttsEngine</code> module to |
| implement a text-to-speech (TTS) engine using an extension. If your |
| extension registers using this API, it will receive events containing |
| -an utterance to be spoken and other parameters when any extension or packaged |
|
Mihai Parparita -not on Chrome
2012/09/16 04:55:02
Platform apps can use the tts module, this referen
|
| -app uses the |
| +an utterance to be spoken and other parameters when any extension uses the |
| <a href="tts.html">tts</a> |
| module to generate speech. Your extension can then use any available |
| web technology to synthesize and output the speech, and send events back |