| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "OutOfProcessPac": [ | 224 "OutOfProcessPac": [ |
| 225 { | 225 { |
| 226 "group_name": "Enabled" | 226 "group_name": "Enabled" |
| 227 } | 227 } |
| 228 ], | 228 ], |
| 229 "PageRevisitInstrumentation": [ | 229 "PageRevisitInstrumentation": [ |
| 230 { | 230 { |
| 231 "group_name": "Enabled" | 231 "group_name": "Enabled" |
| 232 } | 232 } |
| 233 ], | 233 ], |
| 234 "ParseHTMLOnMainThread": [ |
| 235 { |
| 236 "disable_features": [ |
| 237 "ParseHTMLOnMainThread" |
| 238 ], |
| 239 "group_name": "Enabled_CoalesceChunks", |
| 240 "params": { |
| 241 "parseHTMLOnMainThreadCoalesceChunks": "true", |
| 242 "parseHTMLOnMainThreadSyncTokenize": "false" |
| 243 } |
| 244 } |
| 245 ], |
| 234 "PasswordBranding": [ | 246 "PasswordBranding": [ |
| 235 { | 247 { |
| 236 "group_name": "SmartLockBrandingSavePromptOnly" | 248 "group_name": "SmartLockBrandingSavePromptOnly" |
| 237 } | 249 } |
| 238 ], | 250 ], |
| 239 "PasswordGeneration": [ | 251 "PasswordGeneration": [ |
| 240 { | 252 { |
| 241 "group_name": "Disabled" | 253 "group_name": "Disabled" |
| 242 } | 254 } |
| 243 ], | 255 ], |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 ], | 508 ], |
| 497 "use-new-media-cache": [ | 509 "use-new-media-cache": [ |
| 498 { | 510 { |
| 499 "enable_features": [ | 511 "enable_features": [ |
| 500 "use-new-media-cache" | 512 "use-new-media-cache" |
| 501 ], | 513 ], |
| 502 "group_name": "Enabled" | 514 "group_name": "Enabled" |
| 503 } | 515 } |
| 504 ] | 516 ] |
| 505 } | 517 } |
| OLD | NEW |