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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chromevox.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/common/chromevox.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
index 02df08baf21c290ec9f5731c36ea3ee47d922d60..88bfbc54a59c44b15dd1d9c744cb722386ff6ad3 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox.js
@@ -37,7 +37,7 @@ goog.addDependency(
goog.addDependency(
'../chromevox/messages/msgs.js',
- ['cvox.Msgs'],
+ ['Msgs'],
[]);
goog.addDependency(
@@ -97,10 +97,6 @@ cvox.ChromeVox.braille;
*/
cvox.ChromeVox.mathJax;
/**
- * @type {cvox.Msgs}
- */
-cvox.ChromeVox.msgs = null;
-/**
* @type {boolean}
*/
cvox.ChromeVox.isActive = true;

Powered by Google App Engine
This is Rietveld 408576698