OLD | NEW |
1 { | 1 { |
2 "AutofillFieldMetadata": [ | 2 "AutofillFieldMetadata": [ |
3 { | 3 { |
4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "AutofillProfileOrderByFrecency": [ | 7 "AutofillProfileOrderByFrecency": [ |
8 { | 8 { |
9 "group_name": "EnabledLimitTo3", | 9 "group_name": "EnabledLimitTo3", |
10 "params": { | 10 "params": { |
11 "limit": "3" | 11 "limit": "3" |
12 } | 12 } |
| 13 }, |
| 14 { |
| 15 "group_name": "Enabled" |
13 } | 16 } |
14 ], | 17 ], |
15 "ChromotingQUIC": [ | 18 "ChromotingQUIC": [ |
16 { | 19 { |
17 "group_name": "Enabled" | 20 "group_name": "Enabled" |
18 } | 21 } |
19 ], | 22 ], |
20 "DataCompressionProxyDevRollout": [ | 23 "DataCompressionProxyDevRollout": [ |
21 { | 24 { |
22 "group_name": "Control" | 25 "group_name": "Control" |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 ], | 74 ], |
72 "VarationsServiceControl": [ | 75 "VarationsServiceControl": [ |
73 { | 76 { |
74 "group_name": "Interval_30min", | 77 "group_name": "Interval_30min", |
75 "params": { | 78 "params": { |
76 "fetch_period_min": "30" | 79 "fetch_period_min": "30" |
77 } | 80 } |
78 } | 81 } |
79 ] | 82 ] |
80 } | 83 } |
OLD | NEW |