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

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

Issue 1040863002: Revert "Enable chrome.automation.getDesktop on all aura platforms." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 5bfabfe6e04aae4f903c858f598c4b7abc6d8ea7..c7e43e4b9549a3b633eb25dd619c03684f434495 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -10,7 +10,11 @@
"incognito": "split",
{% endif %}
"background": {
+{% if is_chromevox_classic == '1' %}
+ "page": "chromevox/background/background.html"
+{% else %}
"page": "cvox2/background/background.html"
+{% endif %}
},
"permissions": [
"accessibilityPrivate",
@@ -52,10 +56,10 @@
"chromevox/injected/mathjax.js",
"chromevox/injected/mathjax_external_util.js"
],
+{% if is_chromevox_classic == '0' %}
"automation": {
"desktop": true
},
-{% if is_chromevox_classic == '0' %}
"commands": {
"nextElement": {
"description": "__MSG_CHROMEVOX_NEXT_OBJECT__",

Powered by Google App Engine
This is Rietveld 408576698