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

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

Issue 2760453002: Creating options page and storing preferences. (Closed)
Patch Set: Fixing change made to compiled_resources2.gyp Created 3 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/switch_access/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2 b/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2
index 2ad774dd942ad6f10552152a42a38696d0632fb6..ddaa96a8a2799037d77850ee17857e0bd1728e1d 100644
--- a/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2
@@ -11,11 +11,14 @@
{% endif %}
"background": {
"scripts": [
+ "prefs.js",
"switch_access.js"
]
},
"permissions": [
- "accessibilityPrivate"
+ "accessibilityPrivate",
+ "storage",
+ "tabs"
],
"automation": {
"desktop": true

Powered by Google App Engine
This is Rietveld 408576698