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

Unified Diff: chrome/browser/speech/extension_api/tts_extension_api_controller.h

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/browser/speech/extension_api/tts_extension_api_controller.h
diff --git a/chrome/browser/speech/extension_api/tts_extension_api_controller.h b/chrome/browser/speech/extension_api/tts_extension_api_controller.h
index e9f3cc601394e40068cd0ae312e69a38ff09c875..ba400b960eda8f6349eeb2899d5f86632912176a 100644
--- a/chrome/browser/speech/extension_api/tts_extension_api_controller.h
+++ b/chrome/browser/speech/extension_api/tts_extension_api_controller.h
@@ -191,7 +191,7 @@ class ExtensionTtsController {
static ExtensionTtsController* GetInstance();
// Returns true if we're currently speaking an utterance.
- bool IsSpeaking() const;
+ bool IsSpeaking();
// Speak the given utterance. If the utterance's can_enqueue flag is true
// and another utterance is in progress, adds it to the end of the queue.

Powered by Google App Engine
This is Rietveld 408576698