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 aaf20bdd9619e2b2f9dd008d6f2fa8bbc2f4c1fd..e4031a67b2f14ded08bce37b20d8e7b6c76b2213 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -646,6 +646,7 @@ Background.prototype = { |
output.format(opt_prependFormatStr); |
} |
output.withSpeech(range, null, Output.EventType.NAVIGATE); |
+ output.withSpeechCategory(cvox.TtsCategory.LIVE); |
output.go(); |
}, |