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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js

Issue 593133002: Refactor: remove a Chromevox abstract class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 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/init_globals.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
index 14ec91d633b52837bccfcbec91f6a48f5d133408..5cc7a26408eba117c9702559f295f74188297d88 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
@@ -46,7 +46,7 @@ cvox.InitGlobals.initGlobals = function() {
cvox.ChromeVox.mathJax = cvox.HostFactory.getMathJax();
cvox.ChromeVox.earcons = cvox.HostFactory.getEarcons();
- cvox.ChromeVox.msgs = cvox.HostFactory.getMsgs();
+ cvox.ChromeVox.msgs = new cvox.Msgs();
cvox.ChromeVox.isActive = true;
cvox.ChromeVox.navigationManager = new cvox.NavigationManager();
cvox.ChromeVox.navigationManager.updateIndicator();

Powered by Google App Engine
This is Rietveld 408576698