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

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

Issue 1138773006: Fix webstore extension reading in views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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 68b27ada9761829ee56b3f1589314c57fe8faaa5..88ee98006f1597f608a5913d21615ad3d0ede4f1 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -55,8 +55,8 @@
"automation": {
"desktop": true
},
-{% if is_chromevox_classic == '0' %}
"commands": {
+{% if is_chromevox_classic == '0' %}
"nextElement": {
"description": "__MSG_CHROMEVOX_NEXT_OBJECT__",
"suggested_key": {
@@ -279,8 +279,8 @@
"chromeos": "Search+Shift+R"
}
}
- },
{% endif %}
+ },
"options_page": "chromevox/background/options.html",
"default_locale": "en"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698