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 e223c5c7302458435074384c4be11a2fbf50e8a4..f3b0d24390c680da0acdec1ee05e133f51b7ba2c 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js |
@@ -551,7 +551,6 @@ |
// Export the braille object for access by the options page. |
window['braille'] = cvox.ChromeVox.braille; |
- // Export injection for ChromeVox Next. |
- cvox.ChromeVox.injectChromeVoxIntoTabs = |
- background.injectChromeVoxIntoTabs.bind(background); |
+ // Export this background page for ChromeVox Next to access. |
+ cvox.ChromeVox.background = background; |
})(); |