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 2776b6f9f258bd456373611be8168bacd825b788..c33060899fe391dfc8a3de1b3118514e1d1a699b 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -18,15 +18,6 @@ goog.require('cursors.Cursor'); |
goog.require('cvox.ChromeVoxEditableTextBase'); |
goog.require('cvox.TabsApiHandler'); |
-// Define types here due to editable_text.js's implicit dependency with |
-// ChromeVoxEventWatcher. |
-/** @type {Object} */ |
-cvox.ChromeVoxEventWatcher; |
-/** @type {function(boolean)} */ |
-cvox.ChromeVoxEventWatcher.handleTextChanged; |
-/** @type {function()} */ |
-cvox.ChromeVoxEventWatcher.setUpTextHandler; |
- |
goog.scope(function() { |
var AutomationNode = chrome.automation.AutomationNode; |
var Dir = AutomationUtil.Dir; |