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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "OutOfProcessPac": [ | 184 "OutOfProcessPac": [ |
185 { | 185 { |
186 "group_name": "Enabled" | 186 "group_name": "Enabled" |
187 } | 187 } |
188 ], | 188 ], |
189 "PageRevisitInstrumentation": [ | 189 "PageRevisitInstrumentation": [ |
190 { | 190 { |
191 "group_name": "Enabled" | 191 "group_name": "Enabled" |
192 } | 192 } |
193 ], | 193 ], |
| 194 "ParseHTMLOnMainThread": [ |
| 195 { |
| 196 "enable_features": [ |
| 197 "ParseHTMLOnMainThread" |
| 198 ], |
| 199 "group_name": "Enabled", |
| 200 "params": { |
| 201 "parseHTMLOnMainThreadCoalesceChunks": "false", |
| 202 "parseHTMLOnMainThreadSyncTokenize": "false" |
| 203 } |
| 204 } |
| 205 ], |
194 "PassiveDocumentEventListeners": [ | 206 "PassiveDocumentEventListeners": [ |
195 { | 207 { |
196 "enable_features": [ | 208 "enable_features": [ |
197 "PassiveDocumentEventListeners" | 209 "PassiveDocumentEventListeners" |
198 ], | 210 ], |
199 "group_name": "Enabled" | 211 "group_name": "Enabled" |
200 } | 212 } |
201 ], | 213 ], |
202 "PasswordBranding": [ | 214 "PasswordBranding": [ |
203 { | 215 { |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 ], | 450 ], |
439 "use-new-media-cache": [ | 451 "use-new-media-cache": [ |
440 { | 452 { |
441 "enable_features": [ | 453 "enable_features": [ |
442 "use-new-media-cache" | 454 "use-new-media-cache" |
443 ], | 455 ], |
444 "group_name": "Enabled" | 456 "group_name": "Enabled" |
445 } | 457 } |
446 ] | 458 ] |
447 } | 459 } |
OLD | NEW |