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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/group_walker.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/walkers/group_walker.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/group_walker.js b/chrome/browser/resources/chromeos/chromevox/walkers/group_walker.js
index 3ca82c54be3a41fba20f704f270a7b030ca60e15..5015d3f2bf0919fc7d9435e34f416328b09fb73e 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/group_walker.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/group_walker.js
@@ -48,7 +48,7 @@ cvox.GroupWalker.prototype.getBraille = function(prevSel, sel) {
* @override
*/
cvox.GroupWalker.prototype.getGranularityMsg = function() {
- return cvox.ChromeVox.msgs.getMsg('group_strategy');
+ return Msgs.getMsg('group_strategy');
};
/**

Powered by Google App Engine
This is Rietveld 408576698