| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AsyncDns": [ | 7 "AsyncDns": [ |
| 8 { | 8 { |
| 9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
| 10 }, | 10 }, |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "ReaderModeUIFeedback": [ | 273 "ReaderModeUIFeedback": [ |
| 274 { | 274 { |
| 275 "group_name": "Show" | 275 "group_name": "Show" |
| 276 }, | 276 }, |
| 277 { | 277 { |
| 278 "group_name": "DoNotShow" | 278 "group_name": "DoNotShow" |
| 279 } | 279 } |
| 280 ], | 280 ], |
| 281 "RenderingPipelineThrottling": [ | 281 "RenderingPipelineThrottling": [ |
| 282 { | 282 { |
| 283 "enable_features": [ |
| 284 "RenderingPipelineThrottling" |
| 285 ], |
| 283 "group_name": "Enabled" | 286 "group_name": "Enabled" |
| 284 } | 287 } |
| 285 ], | 288 ], |
| 286 "ReportCertificateErrors": [ | 289 "ReportCertificateErrors": [ |
| 287 { | 290 { |
| 288 "group_name": "ShowAndPossiblySend", | 291 "group_name": "ShowAndPossiblySend", |
| 289 "params": { | 292 "params": { |
| 290 "sendingThreshold": "1.0" | 293 "sendingThreshold": "1.0" |
| 291 } | 294 } |
| 292 }, | 295 }, |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 ], | 481 ], |
| 479 "use-new-media-cache": [ | 482 "use-new-media-cache": [ |
| 480 { | 483 { |
| 481 "enable_features": [ | 484 "enable_features": [ |
| 482 "use-new-media-cache" | 485 "use-new-media-cache" |
| 483 ], | 486 ], |
| 484 "group_name": "Enabled" | 487 "group_name": "Enabled" |
| 485 } | 488 } |
| 486 ] | 489 ] |
| 487 } | 490 } |
| OLD | NEW |