| OLD | NEW |
| 1 { | 1 { |
| 2 "AutofillClassifier": [ | 2 "AutofillClassifier": [ |
| 3 { | 3 { |
| 4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillFieldMetadata": [ | 7 "AutofillFieldMetadata": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| 11 ], | 11 ], |
| 12 "AutofillProfileOrderByFrecency": [ | 12 "AutofillProfileOrderByFrecency": [ |
| 13 { | 13 { |
| 14 "group_name": "EnabledLimitTo3", | 14 "group_name": "EnabledLimitTo3", |
| 15 "params": { | 15 "params": { |
| 16 "limit": "3" | 16 "limit": "3" |
| 17 } | 17 } |
| 18 } | 18 } |
| 19 ], | 19 ], |
| 20 "AutomaticTabDiscarding": [ | 20 "AutomaticTabDiscarding": [ |
| 21 { | 21 { |
| 22 "enable_features": [ |
| 23 "AutomaticTabDiscarding" |
| 24 ], |
| 22 "group_name": "Enabled_Once" | 25 "group_name": "Enabled_Once" |
| 23 } | 26 } |
| 24 ], | 27 ], |
| 25 "CaptivePortalInterstitial": [ | 28 "CaptivePortalInterstitial": [ |
| 26 { | 29 { |
| 27 "group_name": "Enabled" | 30 "group_name": "Enabled" |
| 28 } | 31 } |
| 29 ], | 32 ], |
| 30 "ChromeDashboard": [ | 33 "ChromeDashboard": [ |
| 31 { | 34 { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 { | 200 { |
| 198 "group_name": "Enabled" | 201 "group_name": "Enabled" |
| 199 } | 202 } |
| 200 ], | 203 ], |
| 201 "WebRTC-PeerConnectionDTLS1.2": [ | 204 "WebRTC-PeerConnectionDTLS1.2": [ |
| 202 { | 205 { |
| 203 "group_name": "Enabled" | 206 "group_name": "Enabled" |
| 204 } | 207 } |
| 205 ] | 208 ] |
| 206 } | 209 } |
| OLD | NEW |