| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 8a21386b44d2f898806a80313c9df0483752fcd5..4eaaeb3c24d75b7d0b5fee1c8c2ae407a59c7f6f 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -78,7 +78,7 @@ cvox2.Background.prototype = {
|
|
|
| if (!this.isWhitelisted_(tab.url)) {
|
| chrome.commands.onCommand.removeListener(this.onGotCommand);
|
| - cvox.ChromeVox.injectChromeVoxIntoTabs([tab], true);
|
| + cvox.ChromeVox.injectChromeVoxIntoTabs([tab]);
|
| return;
|
| }
|
|
|
|
|