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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/host_factory.js

Issue 1302763002: Add tests for braille commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js2gtesterr
Patch Set: Document gn template args, rename extra_gen_files to gen_include_files Created 5 years, 4 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/host/interface/host_factory.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/host_factory.js b/chrome/browser/resources/chromeos/chromevox/host/interface/host_factory.js
index c0be2eade4a99ceda8d9ad2e47d8cd181320b3e1..d1ce963d0927ca334df0845d1fe5a356ac8f23e1 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/host_factory.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/host_factory.js
@@ -10,7 +10,6 @@
goog.provide('cvox.HostFactory');
-goog.require('cvox.AbstractBraille');
goog.require('cvox.AbstractEarcons');
goog.require('cvox.AbstractHost');
goog.require('cvox.AbstractMathJax');

Powered by Google App Engine
This is Rietveld 408576698