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

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

Issue 1371913004: Remove unused Chromevox classic background script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/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 fb407799f7fbfcc1438c4a3251c28950fd26faf7..84d67865599159a3e43ccc487f681712d24fd6d5 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html
@@ -2,9 +2,6 @@
<script src="../../closure/base.js"></script>
<script src="../../deps.js"></script>
-<!-- ChromeVox classic -->
-<script src="../../chromevox/background/loader.js"></script>
-
<!-- ChromeVox Next -->
<script src="loader.js"></script>
<script src="../../chromeVox2ChromeBackgroundScript.js"></script>

Powered by Google App Engine
This is Rietveld 408576698