Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/managed-storage-schema.json

Issue 29338315: Issue 3801 - Add pre-configurable preference for additional subscriptions (Closed)
Patch Set: Created March 15, 2016, 1:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/managed-storage-schema.json
===================================================================
--- a/chrome/managed-storage-schema.json
+++ b/chrome/managed-storage-schema.json
@@ -3,6 +3,12 @@
"properties": {
"suppress_first_run_page": {
"type": "boolean"
+ },
+ "additional_subscriptions": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
}
}
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld