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

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

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check port name. 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/chromevox_next/chromevox2/background/background.html
diff --git a/chrome/browser/resources/chromeos/chromevox_next/chromevox2/background/background.html b/chrome/browser/resources/chromeos/chromevox_next/chromevox2/background/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..aae1b8e106790961ea1bda61bb4a36b4ee9c3450
--- /dev/null
+++ b/chrome/browser/resources/chromeos/chromevox_next/chromevox2/background/background.html
@@ -0,0 +1,5 @@
+<!-- ChromeVox classic -->
Peter Lundblad 2014/05/12 18:37:32 License text?
David Tseng 2014/05/12 20:33:38 Other html files under resources don't include one
+<script src="../../../chromevox/chromeVoxChromeBackgroundScript.js"></script>
+
+<!-- ChromeVox Next -->
+<script src="background.js"></script>

Powered by Google App Engine
This is Rietveld 408576698