| 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": "PreconnectMoreAllFrames", | |
| 246 "params": { | |
| 247 "preconnect_subframes": "true" | |
| 248 } | |
| 249 }, | |
| 250 { | |
| 251 "enable_features": [ | |
| 252 "PreconnectMore" | |
| 253 ], | |
| 254 "group_name": "PreconnectMoreMainFrameOnly", | |
| 255 "params": { | |
| 256 "preconnect_subframes": "false" | |
| 257 } | |
| 258 } | |
| 259 ], | |
| 260 "ProgressBarAnimationAndroid": [ | 240 "ProgressBarAnimationAndroid": [ |
| 261 { | 241 { |
| 262 "group_name": "SmoothAnimation", | 242 "group_name": "SmoothAnimation", |
| 263 "params": { | 243 "params": { |
| 264 "progress-bar-animation": "smooth" | 244 "progress-bar-animation": "smooth" |
| 265 } | 245 } |
| 266 } | 246 } |
| 267 ], | 247 ], |
| 268 "QUIC": [ | 248 "QUIC": [ |
| 269 { | 249 { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 ], | 458 ], |
| 479 "use-new-media-cache": [ | 459 "use-new-media-cache": [ |
| 480 { | 460 { |
| 481 "enable_features": [ | 461 "enable_features": [ |
| 482 "use-new-media-cache" | 462 "use-new-media-cache" |
| 483 ], | 463 ], |
| 484 "group_name": "Enabled" | 464 "group_name": "Enabled" |
| 485 } | 465 } |
| 486 ] | 466 ] |
| 487 } | 467 } |
| OLD | NEW |