| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "PhysicalWeb" | 245 "PhysicalWeb" |
| 246 ], | 246 ], |
| 247 "group_name": "Enabled" | 247 "group_name": "Enabled" |
| 248 } | 248 } |
| 249 ], | 249 ], |
| 250 "Precache": [ | 250 "Precache": [ |
| 251 { | 251 { |
| 252 "group_name": "Enabled" | 252 "group_name": "Enabled" |
| 253 } | 253 } |
| 254 ], | 254 ], |
| 255 "PreconnectMore": [ |
| 256 { |
| 257 "enable_features": [ |
| 258 "PreconnectMore" |
| 259 ], |
| 260 "group_name": "Enabled" |
| 261 } |
| 262 ], |
| 255 "ProgressBarAnimationAndroid": [ | 263 "ProgressBarAnimationAndroid": [ |
| 256 { | 264 { |
| 257 "group_name": "SmoothAnimation", | 265 "group_name": "SmoothAnimation", |
| 258 "params": { | 266 "params": { |
| 259 "progress-bar-animation": "smooth" | 267 "progress-bar-animation": "smooth" |
| 260 } | 268 } |
| 261 } | 269 } |
| 262 ], | 270 ], |
| 263 "QUIC": [ | 271 "QUIC": [ |
| 264 { | 272 { |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 ], | 521 ], |
| 514 "use-new-media-cache": [ | 522 "use-new-media-cache": [ |
| 515 { | 523 { |
| 516 "enable_features": [ | 524 "enable_features": [ |
| 517 "use-new-media-cache" | 525 "use-new-media-cache" |
| 518 ], | 526 ], |
| 519 "group_name": "Enabled" | 527 "group_name": "Enabled" |
| 520 } | 528 } |
| 521 ] | 529 ] |
| 522 } | 530 } |
| OLD | NEW |