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

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

Issue 2760453002: Creating options page and storing preferences. (Closed)
Patch Set: Responded to comments 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..2f1d36364e30767bb6ce060907b6980af44d26bf 100644
--- a/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/switch_access/manifest.json.jinja2
@@ -11,11 +11,15 @@
{% endif %}
"background": {
"scripts": [
- "switch_access.js"
+ "prefs.js",
+ "switch_access.js",
+ "background.js"
]
},
"permissions": [
- "accessibilityPrivate"
+ "accessibilityPrivate",
+ "storage",
+ "tabs"
],
"automation": {
"desktop": true

Powered by Google App Engine
This is Rietveld 408576698