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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.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/injected/init_globals.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
index a8d79269c6fe683efe224646d8b299449e53e15b..9601a62f17a0bca730bca9a047a4978433d7b6a4 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
@@ -45,7 +45,6 @@ cvox.InitGlobals.initGlobals = function() {
cvox.ChromeVox.mathJax = cvox.HostFactory.getMathJax();
cvox.ChromeVox.earcons = cvox.HostFactory.getEarcons();
- cvox.ChromeVox.msgs = new cvox.Msgs();
cvox.ChromeVox.isActive = true;
cvox.ChromeVox.navigationManager = new cvox.NavigationManager();
cvox.ChromeVox.navigationManager.updateIndicator();

Powered by Google App Engine
This is Rietveld 408576698