| 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 f3b0d24390c680da0acdec1ee05e133f51b7ba2c..f7795a33f6655e4507cf66928b832614ae7a2ac0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| @@ -4,7 +4,6 @@
|
|
|
| /**
|
| * @fileoverview Script that runs on the background page.
|
| - *
|
| */
|
|
|
| goog.provide('cvox.ChromeVoxBackground');
|
| @@ -551,6 +550,7 @@ cvox.ChromeVoxBackground.prototype.onLoadStateChanged = function(
|
| // Export the braille object for access by the options page.
|
| window['braille'] = cvox.ChromeVox.braille;
|
|
|
| - // Export this background page for ChromeVox Next to access.
|
| - cvox.ChromeVox.background = background;
|
| + // Export injection for ChromeVox Next.
|
| + cvox.ChromeVox.injectChromeVoxIntoTabs =
|
| + background.injectChromeVoxIntoTabs.bind(background);
|
| })();
|
|
|