| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index 4124bc825c35f440354d3130ae4323fbe56a4544..1389daa4cfeee379a0b6408bd8d8d4a09f8107f7 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -928,10 +928,8 @@ Output.prototype = {
|
| }
|
|
|
| // Display.
|
| - if (cvox.ChromeVox.isChromeOS &&
|
| - this.speechCategory_ != cvox.TtsCategory.LIVE) {
|
| + if (this.speechCategory_ != cvox.TtsCategory.LIVE)
|
| chrome.accessibilityPrivate.setFocusRing(this.locations_);
|
| - }
|
| },
|
|
|
| /**
|
|
|