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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.html

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make changes to exclude files/paths from webstore release. 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!-- ChromeVox classic -->
2 <script src="../../chromeVoxChromeBackgroundScript.js"></script>
3
4 <!-- ChromeVox Next -->
5 <!-- Components to load uncompressed ChromeVox -->
6 <script src="../../closure/base.js"></script>
7 <script src="../../deps.js"></script>
8 <script src="loader.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698