summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/extensions/api/tts_engine.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/api/tts_engine.json')
-rw-r--r--chromium/chrome/common/extensions/api/tts_engine.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/common/extensions/api/tts_engine.json b/chromium/chrome/common/extensions/api/tts_engine.json
index ff8d7b04db3..7f0e24eae7a 100644
--- a/chromium/chrome/common/extensions/api/tts_engine.json
+++ b/chromium/chrome/common/extensions/api/tts_engine.json
@@ -5,7 +5,7 @@
[
{
"namespace": "ttsEngine",
- "description": "Use the <code>chrome.ttsEngine</code> API 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 Chrome App uses the <a href='tts.html'>tts</a> API to generate speech. Your extension can then use any available web technology to synthesize and output the speech, and send events back to the calling function to report the status.",
+ "description": "Use the <code>chrome.ttsEngine</code> API 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 Chrome App uses the <a href='tts'>tts</a> API to generate speech. Your extension can then use any available web technology to synthesize and output the speech, and send events back to the calling function to report the status.",
"functions": [
{
"name": "sendTtsEvent",