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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js

Issue 1362223003: Improve braille related message descriptions and clean up message handling in Chromevox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputtypeexception
Patch Set: Created 5 years, 3 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/chromevox/injected/loader.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
index a8467451598dde47696402a304a0651509c16ba0..200f3c1917cd7c9d6d2d176655706935ad1ca99a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
@@ -12,7 +12,7 @@ window.CLOSURE_USE_EXT_MESSAGES = true;
goog.require('cvox.ChromeEarcons');
goog.require('cvox.ChromeHost');
goog.require('cvox.ChromeMathJax');
-goog.require('cvox.Msgs');
+goog.require('Msgs');
dmazzoni 2015/09/25 16:23:35 nit: sort these
goog.require('cvox.ChromeTts');
goog.require('cvox.ChromeBraille');
goog.require('cvox.ChromeVoxInit');

Powered by Google App Engine
This is Rietveld 408576698