| Index: chrome/common/extensions/api/tts_engine.json
|
| diff --git a/chrome/common/extensions/api/tts_engine.json b/chrome/common/extensions/api/tts_engine.json
|
| index 6279ccc1aa12abd06fe0e563466d5a5c5d207c2f..485259a50b191eb2abb769e114bf958f2d98f0b6 100644
|
| --- a/chrome/common/extensions/api/tts_engine.json
|
| +++ b/chrome/common/extensions/api/tts_engine.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "ttsEngine",
|
| + "description": "Use the <code>chrome.ttsEngine</code> module to implement a text-to-speech(TTS) engine using an extension.",
|
| "dependencies": [ "tts" ],
|
| "functions": [
|
| {
|
|
|