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; |