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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html

Issue 656813002: Support running ChromeVox in uncompressed mode and compress ChromeVox next by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Address nits. Created 6 years, 2 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/cvox2/background/background.html
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
index a42edfe9f4b9c6595c7df22608c0e5c6f6aa413e..fb407799f7fbfcc1438c4a3251c28950fd26faf7 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
@@ -1,8 +1,10 @@
-<!-- ChromeVox classic -->
-<script src="../../chromeVoxChromeBackgroundScript.js"></script>
-
-<!-- ChromeVox Next -->
<!-- Components to load uncompressed ChromeVox -->
<script src="../../closure/base.js"></script>
<script src="../../deps.js"></script>
+
+<!-- ChromeVox classic -->
+<script src="../../chromevox/background/loader.js"></script>
+
+<!-- ChromeVox Next -->
<script src="loader.js"></script>
+<script src="../../chromeVox2ChromeBackgroundScript.js"></script>

Powered by Google App Engine
This is Rietveld 408576698