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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.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/walker_unittest_base.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js b/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
index 29b41ce57363e5c89a8c764fa982c1e4785652f5..b58b152f2e733154b5d516dc335618700523d164 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
@@ -16,8 +16,8 @@ CvoxWalkerUnitTestBase.prototype = {
/** @override */
closureModuleDeps: [
- 'cvox.CursorSelection',
- 'cvox.TestMsgs'
+ 'TestMsgs',
+ 'cvox.CursorSelection'
],
/**
@@ -25,7 +25,7 @@ CvoxWalkerUnitTestBase.prototype = {
*/
setUp: function() {
// Needed for getDescription and getGranularityMsg.
- cvox.ChromeVox.msgs = new cvox.TestMsgs();
+ Msgs = TestMsgs;
// Delete all nodes in the body.
while (document.body.hasChildNodes()) {

Powered by Google App Engine
This is Rietveld 408576698