Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3261)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js

Issue 889593002: Refactorings to reduce dependencies in ChromeVox 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Readd missing dep and add a new one that should've been there already. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698