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

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

Issue 599193002: Only inject ChromeVox classic when necessary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@command_prev_next
Patch Set: Address comment. Created 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f65b0af5909c3c590aaed0a357fb153885e2c75..547dcd2b2fb17593c3d64ad2f6c84665b5d19092 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -33,6 +33,7 @@
"virtualKeyboardPrivate",
"<all_urls>"
],
+{% if use_chromevox_next == '0' %}
"content_scripts": [
{
"matches": [ "<all_urls>" ],
@@ -43,7 +44,8 @@
]
}
],
- "web_accessible_resources": [
+{% endif %}
+"web_accessible_resources": [
"chromevox/injected/api.js",
"chromevox/injected/api_util.js",
"chromevox/injected/mathjax.js",
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698