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 446212e071cfff098f1016e54d94c1273fd5c093..e48f380d0e3b184ab828c19dca75ad4806a96074 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js |
@@ -29,6 +29,7 @@ goog.require('cvox.NavBraille'); |
goog.require('cvox.OptionsPage'); |
goog.require('cvox.PlatformFilter'); |
goog.require('cvox.PlatformUtil'); |
+goog.require('cvox.TabsApiHandler'); |
goog.require('cvox.TtsBackground'); |
@@ -88,6 +89,8 @@ cvox.ChromeVoxBackground.prototype.init = function() { |
this.accessibilityApiHandler_ = new cvox.AccessibilityApiHandler( |
this.tts, this.backgroundBraille_, this.earcons); |
+ this.tabsApiHandler_ = new cvox.TabsApiHandler( |
+ this.tts, this.backgroundBraille_, this.earcons); |
// Export globals on cvox.ChromeVox. |
cvox.ChromeVox.tts = this.tts; |