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

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

Issue 1536493002: Working proof of concept of select to speak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drag across multiple objects Created 5 years 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/cvox2/background/background.html
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
index 84d67865599159a3e43ccc487f681712d24fd6d5..e153fd6d91055d606899d7634bfa93e2d649bbf5 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
@@ -1,7 +1,2 @@
-<!-- Components to load uncompressed ChromeVox -->
-<script src="../../closure/base.js"></script>
-<script src="../../deps.js"></script>
-
-<!-- ChromeVox Next -->
-<script src="loader.js"></script>
-<script src="../../chromeVox2ChromeBackgroundScript.js"></script>
+<!-- Select to Speak (hacking) -->
+<script src="../../s2sBackgroundScript.js"></script>

Powered by Google App Engine
This is Rietveld 408576698