| 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 519f24a811e08977b535b565327dffe1588aa25b..05d2b47c9ffc3d97b65ed5c5679c5f6d781f3897 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -286,7 +286,7 @@ cvox2.Background.prototype = {
|
|
|
| chrome.tabs.query({active: true}, function(tabs) {
|
| if (opt_options.classic) {
|
| - cvox.ChromeVox.injectChromeVoxIntoTabs(tabs, true);
|
| + cvox.ChromeVox.injectChromeVoxIntoTabs(tabs);
|
| } else {
|
| tabs.forEach(function(tab) {
|
| this.disableClassicChromeVox_(tab.id);
|
|
|