| 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 } |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 } | 191 } |
| 192 ], | 192 ], |
| 193 "PasswordSeparatedSigninFlow": [ | 193 "PasswordSeparatedSigninFlow": [ |
| 194 { | 194 { |
| 195 "enable_features": [ | 195 "enable_features": [ |
| 196 "UsePasswordSeparatedSigninFlow" | 196 "UsePasswordSeparatedSigninFlow" |
| 197 ], | 197 ], |
| 198 "group_name": "Enabled" | 198 "group_name": "Enabled" |
| 199 } | 199 } |
| 200 ], | 200 ], |
| 201 "PointerEvent": [ |
| 202 { |
| 203 "enable_features": [ |
| 204 "PointerEvent" |
| 205 ], |
| 206 "group_name": "Enabled" |
| 207 } |
| 208 ], |
| 201 "PreconnectMore": [ | 209 "PreconnectMore": [ |
| 202 { | 210 { |
| 203 "enable_features": [ | 211 "enable_features": [ |
| 204 "PreconnectMore" | 212 "PreconnectMore" |
| 205 ], | 213 ], |
| 206 "group_name": "Enabled" | 214 "group_name": "Enabled" |
| 207 } | 215 } |
| 208 ], | 216 ], |
| 209 "QUIC": [ | 217 "QUIC": [ |
| 210 { | 218 { |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 ], | 424 ], |
| 417 "use-new-media-cache": [ | 425 "use-new-media-cache": [ |
| 418 { | 426 { |
| 419 "enable_features": [ | 427 "enable_features": [ |
| 420 "use-new-media-cache" | 428 "use-new-media-cache" |
| 421 ], | 429 ], |
| 422 "group_name": "Enabled" | 430 "group_name": "Enabled" |
| 423 } | 431 } |
| 424 ] | 432 ] |
| 425 } | 433 } |
| OLD | NEW |