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