Chromium Code Reviews| 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> |