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

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: Revised description for IsSpeaking based on comment. 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
« no previous file with comments | « chrome/common/extensions/api/tts.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..65e8f8bc36a2ebc5bc74ced48cf364a84cc1b108 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>Checks whether the engine is currently speaking. On Mac OS X, the result is true whenever the system speech engine is speaking, even if the speech wasn't initiated by Chrome.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>
« no previous file with comments | « chrome/common/extensions/api/tts.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698