Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
index afbd98fcc034a538371f77e9dd0a237b6793f194..cc03d579ecfd9fc5b8da1429091e69390ba8827f 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/tabs_api_handler.js |
@@ -12,6 +12,7 @@ goog.provide('cvox.TabsApiHandler'); |
goog.require('cvox.AbstractEarcons'); |
goog.require('cvox.AbstractTts'); |
goog.require('cvox.BrailleInterface'); |
+goog.require('cvox.ChromeVox'); |
David Tseng
2015/01/29 18:48:38
Why was this added?
|
goog.require('cvox.NavBraille'); |