OLD | NEW |
1 { | 1 { |
| 2 "AutofillFieldMetadata": [ |
| 3 { |
| 4 "group_name": "Enabled" |
| 5 } |
| 6 ], |
| 7 "QUIC": [ |
| 8 { |
| 9 "group_name": "Enabled", |
| 10 "params": { |
| 11 "alternate_protocol_probability_threshold": "0.01" |
| 12 } |
| 13 } |
| 14 ], |
2 "SdchPersistence": [ | 15 "SdchPersistence": [ |
3 { | 16 { |
4 "group_name": "Enabled" | 17 "group_name": "Enabled" |
5 } | 18 } |
6 ], | 19 ], |
7 "SyncHttpContentCompression": [ | 20 "SyncHttpContentCompression": [ |
8 { | 21 { |
9 "group_name": "Enabled" | 22 "group_name": "Enabled" |
10 }, | 23 }, |
11 { | 24 { |
12 "group_name": "Disabled" | 25 "group_name": "Disabled" |
13 } | 26 } |
14 ], | 27 ], |
15 "AutofillFieldMetadata": [ | |
16 { | |
17 "group_name": "Enabled" | |
18 } | |
19 ], | |
20 "QUIC": [ | |
21 { | |
22 "group_name": "Enabled", | |
23 "params": { | |
24 "alternate_protocol_probability_threshold": "0.01" | |
25 } | |
26 } | |
27 ], | |
28 "TabSyncByRecency": [ | 28 "TabSyncByRecency": [ |
29 { | 29 { |
30 "group_name": "Enabled" | 30 "group_name": "Enabled" |
31 } | 31 } |
32 ], | 32 ], |
33 "VarationsServiceControl": [ | 33 "VarationsServiceControl": [ |
34 { | 34 { |
35 "group_name": "Interval_30min", | 35 "group_name": "Interval_30min", |
36 "params": { | 36 "params": { |
37 "fetch_period_min": "30" | 37 "fetch_period_min": "30" |
38 } | 38 } |
39 } | 39 } |
40 ] | 40 ] |
41 } | 41 } |
OLD | NEW |