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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs

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/structural_line_walker_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
index 7dc9b159605278f7ab90caaba5e0c6d588cb13bd..7e0c59ff93f6c90c1cdacd56681eb920c63e44f1 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker_test.unitjs
@@ -18,7 +18,7 @@ CvoxStructuralLineWalkerUnitTest.prototype = {
/** @override */
closureModuleDeps: [
'cvox.StructuralLineWalker',
- 'cvox.TestMsgs',
+ 'TestMsgs',
],
/** @override */
@@ -31,7 +31,7 @@ CvoxStructuralLineWalkerUnitTest.prototype = {
</p>
*/});
- cvox.ChromeVox.msgs = new cvox.TestMsgs();
+ Msgs = TestMsgs;
this.walker_ = new cvox.StructuralLineWalker();
},

Powered by Google App Engine
This is Rietveld 408576698