| 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 -->
|
| +<script src="../../../chromevox/chromeVoxChromeBackgroundScript.js"></script>
|
| +
|
| +<!-- ChromeVox Next -->
|
| +<script src="background.js"></script>
|
|
|