| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| index 1f1fbfb5ca20b0f8ddba45055371b14adcdadd19..c638a802688b36dd2ebbe98330252a1ddeef1252 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| @@ -160,8 +160,7 @@ cvox.ChromeVoxBackground.prototype.init = function() {
|
| if (!cvox.ChromeVox.earcons)
|
| cvox.ChromeVox.earcons = new cvox.ClassicEarcons();
|
|
|
| - if (cvox.ChromeVox.isChromeOS &&
|
| - chrome.accessibilityPrivate.onIntroduceChromeVox) {
|
| + if (cvox.ChromeVox.isChromeOS) {
|
| chrome.accessibilityPrivate.onIntroduceChromeVox.addListener(
|
| this.onIntroduceChromeVox);
|
| }
|
|
|