Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2178)

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/chrome/host.js

Issue 1319093003: Use new earcons in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@automation_node_id_fix_2
Patch Set: Rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
index b44711bf56320944eefd5d637dcbf930b0010bb7..f6db51cd8481effe81c272057cc45a088009f616 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
@@ -62,9 +62,6 @@ cvox.ChromeHost.prototype.init = function() {
cvox.ChromeVox.version = prefs['version'];
- cvox.ChromeVox.earcons.enabled =
- /** @type {boolean} */(JSON.parse(prefs['earcons']));
-
cvox.ChromeVox.typingEcho =
/** @type {number} */(JSON.parse(prefs['typingEcho']));

Powered by Google App Engine
This is Rietveld 408576698