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

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

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 6 years, 7 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/chromevox2/cvox2/background/background.html
diff --git a/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.html b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..429931d816d733360c15df3a8d135f70e08387d9
--- /dev/null
+++ b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.html
@@ -0,0 +1,5 @@
+<!-- ChromeVox classic -->
+<script src="../../chromeVoxChromeBackgroundScript.js"></script>
+
+<!-- ChromeVox Next -->
+<script src="background.js"></script>

Powered by Google App Engine
This is Rietveld 408576698