| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "PhysicalWeb" | 230 "PhysicalWeb" |
| 231 ], | 231 ], |
| 232 "group_name": "Enabled" | 232 "group_name": "Enabled" |
| 233 } | 233 } |
| 234 ], | 234 ], |
| 235 "Precache": [ | 235 "Precache": [ |
| 236 { | 236 { |
| 237 "group_name": "Enabled" | 237 "group_name": "Enabled" |
| 238 } | 238 } |
| 239 ], | 239 ], |
| 240 "PreconnectMore": [ |
| 241 { |
| 242 "enable_features": [ |
| 243 "PreconnectMore" |
| 244 ], |
| 245 "group_name": "Enabled" |
| 246 }, |
| 247 { |
| 248 "group_name": "Default" |
| 249 } |
| 250 ], |
| 240 "ProgressBarAnimationAndroid": [ | 251 "ProgressBarAnimationAndroid": [ |
| 241 { | 252 { |
| 242 "group_name": "SmoothAnimation", | 253 "group_name": "SmoothAnimation", |
| 243 "params": { | 254 "params": { |
| 244 "progress-bar-animation": "smooth" | 255 "progress-bar-animation": "smooth" |
| 245 } | 256 } |
| 246 } | 257 } |
| 247 ], | 258 ], |
| 248 "QUIC": [ | 259 "QUIC": [ |
| 249 { | 260 { |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 ], | 480 ], |
| 470 "use-new-media-cache": [ | 481 "use-new-media-cache": [ |
| 471 { | 482 { |
| 472 "enable_features": [ | 483 "enable_features": [ |
| 473 "use-new-media-cache" | 484 "use-new-media-cache" |
| 474 ], | 485 ], |
| 475 "group_name": "Enabled" | 486 "group_name": "Enabled" |
| 476 } | 487 } |
| 477 ] | 488 ] |
| 478 } | 489 } |
| OLD | NEW |