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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 } | 244 } |
245 ], | 245 ], |
246 "QUIC": [ | 246 "QUIC": [ |
247 { | 247 { |
248 "group_name": "Enabled", | 248 "group_name": "Enabled", |
249 "params": { | 249 "params": { |
250 "delay_tcp_race": "true" | 250 "delay_tcp_race": "true" |
251 } | 251 } |
252 } | 252 } |
253 ], | 253 ], |
| 254 "RafAlignedInput": [ |
| 255 { |
| 256 "enable_features": [ |
| 257 "RafAlignedInput" |
| 258 ], |
| 259 "group_name": "Enabled" |
| 260 } |
| 261 ], |
254 "RefreshTokenDeviceId": [ | 262 "RefreshTokenDeviceId": [ |
255 { | 263 { |
256 "group_name": "Enabled" | 264 "group_name": "Enabled" |
257 } | 265 } |
258 ], | 266 ], |
259 "ReportCertificateErrors": [ | 267 "ReportCertificateErrors": [ |
260 { | 268 { |
261 "group_name": "ShowAndPossiblySend", | 269 "group_name": "ShowAndPossiblySend", |
262 "params": { | 270 "params": { |
263 "sendingThreshold": "1.0" | 271 "sendingThreshold": "1.0" |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 ], | 494 ], |
487 "use-new-media-cache": [ | 495 "use-new-media-cache": [ |
488 { | 496 { |
489 "enable_features": [ | 497 "enable_features": [ |
490 "use-new-media-cache" | 498 "use-new-media-cache" |
491 ], | 499 ], |
492 "group_name": "Enabled" | 500 "group_name": "Enabled" |
493 } | 501 } |
494 ] | 502 ] |
495 } | 503 } |
OLD | NEW |