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

Side by Side Diff: managed-storage-schema.json

Issue 29452181: Noissue - Merge current tip to Edge bookmark (Closed)
Patch Set: Created May 30, 2017, 3:49 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 | « lib/whitelisting.js ('k') | metadata.chrome » ('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 }, 6 },
7 "additional_subscriptions": { 7 "additional_subscriptions": {
8 "type": "array", 8 "type": "array",
9 "items": { 9 "items": {
10 "type": "string" 10 "type": "string"
11 } 11 }
12 } 12 }
13 } 13 }
14 } 14 }
OLDNEW
« no previous file with comments | « lib/whitelisting.js ('k') | metadata.chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld