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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js

Issue 2563013003: Support audio ducking and suspension in ChromeVox (Closed)
Patch Set: Fix compile. Created 4 years 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/resources/chromeos/chromevox/host/interface/tts_interface.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
index b00e07d6658b2b089ee9b477058194ba0492a71a..4ef6d4841f5c1ec8f7b6b7bd73dc49a5364eaa2e 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/tts_interface.js
@@ -64,6 +64,10 @@ cvox.TtsCapturingEventListener.prototype.onTtsStart = function() { };
*/
cvox.TtsCapturingEventListener.prototype.onTtsEnd = function() { };
+/**
+ * Called when any utterance gets interrupted.
+ */
+cvox.TtsCapturingEventListener.prototype.onTtsInterrupted = function() { };
/**
* @interface

Powered by Google App Engine
This is Rietveld 408576698