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

Unified Diff: chrome/common/extensions/docs/tts.html

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/docs/tts.html
diff --git a/chrome/common/extensions/docs/tts.html b/chrome/common/extensions/docs/tts.html
index 01b3e2512b83ec57012b58b23a402a0d63415331..942234bf4ff354d388873e1eb1462357be4c97b6 100644
--- a/chrome/common/extensions/docs/tts.html
+++ b/chrome/common/extensions/docs/tts.html
@@ -510,7 +510,7 @@ argument:</p>
<span>chrome.tts.isSpeaking</span>(<span class="optional"><span>function</span>
<var><span>callback</span></var></span>)</div>
<div class="description">
- <p>Checks if the engine is currently speaking.</p>
+ <p>Reports if the engine is currently speaking. Note: reports if any engines system wide is speaking when using the native Mac OS X engine.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>
« chrome/common/extensions/api/tts.json ('K') | « chrome/common/extensions/api/tts.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698