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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/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: Move another braille message to Msgs.Untranslated 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/background/loader.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
index 7cfeb16bf118a45e823062dd133c5f2a4662d675..96d2cae1bb2db79d10d3104f8d681b0d8971d44a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
@@ -7,5 +7,5 @@
*
*/
+goog.require('Msgs');
goog.require('cvox.ChromeVoxBackground');
-goog.require('cvox.Msgs');

Powered by Google App Engine
This is Rietveld 408576698