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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.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/ui/keyboard_help_widget.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
index 7fcee8d0f4725e8082d1e84099de886d1243964a..bde0aab057db9d285e7f5bd5baf998fe669e583a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/keyboard_help_widget.js
@@ -33,7 +33,7 @@ cvox.KeyboardHelpWidget = function() {
if (!id) {
return;
}
- message = cvox.ChromeVox.msgs.getMsg(id);
+ message = Msgs.getMsg(id);
} catch (e) {
// TODO(dtseng): We have some commands that don't have valid message id's.
}

Powered by Google App Engine
This is Rietveld 408576698