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