| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "OutOfProcessPac": [ | 202 "OutOfProcessPac": [ |
| 203 { | 203 { |
| 204 "group_name": "Enabled" | 204 "group_name": "Enabled" |
| 205 } | 205 } |
| 206 ], | 206 ], |
| 207 "PageRevisitInstrumentation": [ | 207 "PageRevisitInstrumentation": [ |
| 208 { | 208 { |
| 209 "group_name": "Enabled" | 209 "group_name": "Enabled" |
| 210 } | 210 } |
| 211 ], | 211 ], |
| 212 "ParseHTMLOnMainThread": [ | |
| 213 { | |
| 214 "enable_features": [ | |
| 215 "ParseHTMLOnMainThread" | |
| 216 ], | |
| 217 "group_name": "Enabled", | |
| 218 "params": { | |
| 219 "parseHTMLOnMainThreadCoalesceChunks": "false", | |
| 220 "parseHTMLOnMainThreadSyncTokenize": "false" | |
| 221 } | |
| 222 } | |
| 223 ], | |
| 224 "PassiveDocumentEventListeners": [ | 212 "PassiveDocumentEventListeners": [ |
| 225 { | 213 { |
| 226 "enable_features": [ | 214 "enable_features": [ |
| 227 "PassiveDocumentEventListeners" | 215 "PassiveDocumentEventListeners" |
| 228 ], | 216 ], |
| 229 "group_name": "Enabled" | 217 "group_name": "Enabled" |
| 230 } | 218 } |
| 231 ], | 219 ], |
| 232 "PassiveEventListenersDueToFling": [ | 220 "PassiveEventListenersDueToFling": [ |
| 233 { | 221 { |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 ], | 554 ], |
| 567 "use-new-media-cache": [ | 555 "use-new-media-cache": [ |
| 568 { | 556 { |
| 569 "enable_features": [ | 557 "enable_features": [ |
| 570 "use-new-media-cache" | 558 "use-new-media-cache" |
| 571 ], | 559 ], |
| 572 "group_name": "Enabled" | 560 "group_name": "Enabled" |
| 573 } | 561 } |
| 574 ] | 562 ] |
| 575 } | 563 } |
| OLD | NEW |