| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
|
| index a8467451598dde47696402a304a0651509c16ba0..bdd683f2ae6f0ed12af249d52dcccb1cec891415 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/loader.js
|
| @@ -9,12 +9,12 @@
|
|
|
| window.CLOSURE_USE_EXT_MESSAGES = true;
|
|
|
| +goog.require('Msgs');
|
| +goog.require('cvox.ChromeBraille');
|
| goog.require('cvox.ChromeEarcons');
|
| goog.require('cvox.ChromeHost');
|
| goog.require('cvox.ChromeMathJax');
|
| -goog.require('cvox.Msgs');
|
| goog.require('cvox.ChromeTts');
|
| -goog.require('cvox.ChromeBraille');
|
| goog.require('cvox.ChromeVoxInit');
|
|
|
| if (COMPILED) {
|
|
|