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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/word_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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/walkers/word_walker.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/word_walker.js b/chrome/browser/resources/chromeos/chromevox/walkers/word_walker.js
index c308361ac552e24e21c17bbd256efccff7bf8be2..6256387fd5d2c62123d2c1d8f56b08dbce978a38 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/word_walker.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/word_walker.js
@@ -26,5 +26,5 @@ goog.inherits(cvox.WordWalker, cvox.AbstractSelectionWalker);
* @override
*/
cvox.WordWalker.prototype.getGranularityMsg = function() {
- return cvox.ChromeVox.msgs.getMsg('word_granularity');
+ return Msgs.getMsg('word_granularity');
};
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698