| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "params": { | 234 "params": { |
| 235 "progress-bar-animation": "smooth" | 235 "progress-bar-animation": "smooth" |
| 236 } | 236 } |
| 237 } | 237 } |
| 238 ], | 238 ], |
| 239 "QUIC": [ | 239 "QUIC": [ |
| 240 { | 240 { |
| 241 "group_name": "Enabled" | 241 "group_name": "Enabled" |
| 242 } | 242 } |
| 243 ], | 243 ], |
| 244 "ReaderModeUI": [ |
| 245 { |
| 246 "group_name": "AdaBoost" |
| 247 }, |
| 248 { |
| 249 "group_name": "Disabled" |
| 250 } |
| 251 ], |
| 244 "ReaderModeUIFeedback": [ | 252 "ReaderModeUIFeedback": [ |
| 245 { | 253 { |
| 246 "group_name": "Show" | 254 "group_name": "Show" |
| 247 }, | 255 }, |
| 248 { | 256 { |
| 249 "group_name": "DoNotShow" | 257 "group_name": "DoNotShow" |
| 250 } | 258 } |
| 251 ], | 259 ], |
| 252 "RenderingPipelineThrottling": [ | 260 "RenderingPipelineThrottling": [ |
| 253 { | 261 { |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 ], | 479 ], |
| 472 "use-new-media-cache": [ | 480 "use-new-media-cache": [ |
| 473 { | 481 { |
| 474 "enable_features": [ | 482 "enable_features": [ |
| 475 "use-new-media-cache" | 483 "use-new-media-cache" |
| 476 ], | 484 ], |
| 477 "group_name": "Enabled" | 485 "group_name": "Enabled" |
| 478 } | 486 } |
| 479 ] | 487 ] |
| 480 } | 488 } |
| OLD | NEW |