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..c135298ca2a594932e20b4115f62bcc3c90a6310 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: reports if any engines system wide is speaking when using the native Mac OS X engine.", |
|
dmazzoni
2012/04/23 23:50:46
how about this:
Note: On Mac OS X, this will retur
|
| "parameters": [ |
| { |
| "type": "function", |