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

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

Issue 756713003: Switch in box ChromeVox to use new background page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_next_on_trunk
Patch Set: Allow NULL widgets. Created 6 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/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
index 4f223a930b350c363d185e43eac739d13013eee3..11b72256dc3a549fcf4ec04918034039091d6efd 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -10,19 +10,13 @@
"incognito": "split",
{% endif %}
"background": {
-{% if is_chromevox_next == '1' %}
"page": "cvox2/background/background.html"
-{% else %}
- "page": "chromevox/background/background.html"
-{% endif %}
},
"permissions": [
"accessibilityPrivate",
"bookmarks",
"brailleDisplayPrivate",
-{% if is_chromevox_next == '1' %}
"commands.accessibility",
-{% endif %}
"commandLinePrivate",
"experimental",
"history",
@@ -58,7 +52,6 @@
"chromevox/injected/mathjax.js",
"chromevox/injected/mathjax_external_util.js"
],
-{% if is_chromevox_next == '1' %}
"automation": {
"desktop": true
},
@@ -160,7 +153,6 @@
}
}
},
-{% endif %}
"options_page": "chromevox/background/options.html",
"default_locale": "en"
}

Powered by Google App Engine
This is Rietveld 408576698