| 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']));
|
|
|
|
|