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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.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/navigation_shifter.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
index 6f17ada1e8e346e770cc0751b7b1afca8f98dfc9..61e11ca419bbe0446a76b40f525dd1890fa04d27 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
@@ -129,7 +129,7 @@ cvox.NavigationShifter.prototype.sync = function(sel) {
* @override
*/
cvox.NavigationShifter.prototype.getName = function() {
- return cvox.ChromeVox.msgs.getMsg('navigation_shifter');
+ return Msgs.getMsg('navigation_shifter');
};

Powered by Google App Engine
This is Rietveld 408576698