Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3442)

Unified Diff: chrome/common/extensions/api/tts.json

Issue 9967021: Uses a system-wide notion of isSpeaking in the Mac extension TTS api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tts.json and run build/build.py Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « chrome/browser/speech/extension_api/tts_extension_apitest.cc ('k') | chrome/common/extensions/docs/tts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698