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 b71d9db88eb05aa792402a95453ee392a7bbd4f8..59332708d473811883ef90c5345fb823e0a2faf2 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -72,6 +72,7 @@ cvox2.Background.prototype = { |
if (!this.isWhitelisted_(tab.url)) { |
chrome.commands.onCommand.removeListener(this.onGotCommand); |
+ cvox.ChromeVox.background.injectChromeVoxIntoTabs([tab], true); |
return; |
} |