Chromium Code Reviews| Index: chrome/common/extensions/api/tts.json |
| diff --git a/chrome/common/extensions/api/tts.json b/chrome/common/extensions/api/tts.json |
| index 31e79a132cd3f7b654a728600942111491844830..f6cb76be7c074157ed1b14ef6f979924f2afa8d0 100644 |
| --- a/chrome/common/extensions/api/tts.json |
| +++ b/chrome/common/extensions/api/tts.json |
| @@ -183,7 +183,7 @@ |
| { |
| "name": "isSpeaking", |
| "type": "function", |
| - "description": "Checks if the engine is currently speaking.", |
| + "description": "Reports if the engine is currently speaking. Note: On Mac OS X, this will return true if the system speech engine is speaking, even if it wasn't initiated by Chrome.", |
|
kathyw
2012/04/26 22:21:34
"Reports if" is ambiguous. How about "Checks wheth
David Tseng
2012/04/26 23:20:42
On 2012/04/26 22:21:34, kathyw wrote:
Done.
|
| "parameters": [ |
| { |
| "type": "function", |