| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 2dc5c92aac26cd03b3a4153c1367eb5ad20425fb..7383d5137e14cbb048fb867c1c47d0ad60897d0a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -185,8 +185,6 @@ Background.prototype = {
|
| new Output().withSpeechAndBraille(
|
| this.currentRange_, prevRange, Output.EventType.NAVIGATE)
|
| .onSpeechEnd(function() { continueReading(prevRange); })
|
| - .onSpeechInterrupted(
|
| - function() { global.isReadingContinuously = false; })
|
| .go();
|
| prevRange = this.currentRange_;
|
| this.currentRange_ =
|
|
|