| 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
 | 
| 
 |