| OLD | NEW |
| 1 { | 1 { |
| 2 "AsyncDNS": [ | 2 "AsyncDNS": [ |
| 3 { | 3 { |
| 4 "group_name": "AsyncDNSA" | 4 "group_name": "AsyncDNSA" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "OutOfProcessPac": [ | 148 "OutOfProcessPac": [ |
| 149 { | 149 { |
| 150 "group_name": "Enabled" | 150 "group_name": "Enabled" |
| 151 } | 151 } |
| 152 ], | 152 ], |
| 153 "PageRevisitInstrumentation": [ | 153 "PageRevisitInstrumentation": [ |
| 154 { | 154 { |
| 155 "group_name": "Enabled" | 155 "group_name": "Enabled" |
| 156 } | 156 } |
| 157 ], | 157 ], |
| 158 "ParseHTMLOnMainThread": [ |
| 159 { |
| 160 "enable_features": [ |
| 161 "ParseHTMLOnMainThread" |
| 162 ], |
| 163 "group_name": "Enabled", |
| 164 "params": { |
| 165 "parseHTMLOnMainThreadCoalesceChunks": "false", |
| 166 "parseHTMLOnMainThreadSyncTokenize": "false" |
| 167 } |
| 168 } |
| 169 ], |
| 158 "PassiveDocumentEventListeners": [ | 170 "PassiveDocumentEventListeners": [ |
| 159 { | 171 { |
| 160 "enable_features": [ | 172 "enable_features": [ |
| 161 "PassiveDocumentEventListeners" | 173 "PassiveDocumentEventListeners" |
| 162 ], | 174 ], |
| 163 "group_name": "Enabled" | 175 "group_name": "Enabled" |
| 164 } | 176 } |
| 165 ], | 177 ], |
| 166 "PasswordBranding": [ | 178 "PasswordBranding": [ |
| 167 { | 179 { |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 ], | 398 ], |
| 387 "use-new-media-cache": [ | 399 "use-new-media-cache": [ |
| 388 { | 400 { |
| 389 "enable_features": [ | 401 "enable_features": [ |
| 390 "use-new-media-cache" | 402 "use-new-media-cache" |
| 391 ], | 403 ], |
| 392 "group_name": "Enabled" | 404 "group_name": "Enabled" |
| 393 } | 405 } |
| 394 ] | 406 ] |
| 395 } | 407 } |
| OLD | NEW |