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

Unified Diff: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2

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/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
index 64c180495f12b09688c26064ea150071bbb1319c..d429e4318c715f505db6dab980e31952e002f043 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -30,7 +30,7 @@
{
"matches": [ "<all_urls>" ],
"exclude_globs": [
- "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html"
+ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/cvox2/background/background.html"
],
"all_frames": true,
"js": [

Powered by Google App Engine
This is Rietveld 408576698