OLD | NEW |
1 { | 1 { |
2 "ReportCertificateErrors": [ | 2 "ReportCertificateErrors": [ |
3 { | 3 { |
4 "group_name": "ShowAndPossiblySend", | 4 "group_name": "ShowAndPossiblySend", |
5 "params": { | 5 "params": { |
6 "sendingThreshold": "1.0" | 6 "sendingThreshold": "1.0" |
7 } | 7 } |
8 }, | 8 }, |
9 { | 9 { |
10 "group_name": "ShowAndPossiblySend", | 10 "group_name": "ShowAndPossiblySend", |
(...skipping 14 matching lines...) Expand all Loading... |
25 } | 25 } |
26 }, | 26 }, |
27 { | 27 { |
28 "group_name": "DontShowAndDontSend" | 28 "group_name": "DontShowAndDontSend" |
29 } | 29 } |
30 ], | 30 ], |
31 "SdchPersistence": [ | 31 "SdchPersistence": [ |
32 { | 32 { |
33 "group_name": "Enabled" | 33 "group_name": "Enabled" |
34 } | 34 } |
| 35 ], |
| 36 "SyncHttpContentCompression": [ |
| 37 { |
| 38 "group_name": "Enabled" |
| 39 }, |
| 40 { |
| 41 "group_name": "Disabled" |
| 42 } |
35 ] | 43 ] |
36 } | 44 } |
OLD | NEW |