| OLD | NEW |
| 1 { | 1 { |
| 2 "AutofillFieldMetadata": [ | 2 "AutofillFieldMetadata": [ |
| 3 { | 3 { |
| 4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillProfileCleanup": [ | |
| 8 { | |
| 9 "enable_features": [ | |
| 10 "AutofillProfileCleanup" | |
| 11 ], | |
| 12 "group_name": "Enabled" | |
| 13 } | |
| 14 ], | |
| 15 "AutofillProfileOrderByFrecency": [ | 7 "AutofillProfileOrderByFrecency": [ |
| 16 { | 8 { |
| 17 "group_name": "EnabledLimitTo3", | 9 "group_name": "EnabledLimitTo3", |
| 18 "params": { | 10 "params": { |
| 19 "limit": "3" | 11 "limit": "3" |
| 20 } | 12 } |
| 21 }, | 13 }, |
| 22 { | 14 { |
| 23 "group_name": "Enabled" | 15 "group_name": "Enabled" |
| 24 } | 16 } |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 ], | 87 ], |
| 96 "VarationsServiceControl": [ | 88 "VarationsServiceControl": [ |
| 97 { | 89 { |
| 98 "group_name": "Interval_30min", | 90 "group_name": "Interval_30min", |
| 99 "params": { | 91 "params": { |
| 100 "fetch_period_min": "30" | 92 "fetch_period_min": "30" |
| 101 } | 93 } |
| 102 } | 94 } |
| 103 ] | 95 ] |
| 104 } | 96 } |
| OLD | NEW |