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 16006e79e9a893c17e68ea4a3f36038aeacad0ca..0247e69ee602defd07e408be0f98e8d812a2de1a 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
@@ -736,7 +736,8 @@ Output.prototype = { |
} |
// Display. |
- chrome.accessibilityPrivate.setFocusRing(this.locations_); |
+ if (cvox.ChromeVox.isChromeOS) |
+ chrome.accessibilityPrivate.setFocusRing(this.locations_); |
}, |
/** |