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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "type": "object", 2 "type": "object",
3 "properties": { 3 "properties": {
4 "suppress_first_run_page": { 4 "suppress_first_run_page": {
5 "type": "boolean" 5 "type": "boolean"
6 },
7 "additional_subscriptions": {
8 "type": "array",
9 "items": {
10 "type": "string"
11 }
6 } 12 }
7 } 13 }
8 } 14 }
OLDNEW
« 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