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

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: Fix mock expectations. 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..dd53481e01c9ccec5abb5a33c5893a9ff322ffda 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: On Mac OS X, this will return true if the system speech engine is speaking, even if it wasn't initiated by Chrome.</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