| OLD | NEW |
| 1 { | 1 { |
| 2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
| 3 { | 3 { |
| 4 "disable_features": [ | 4 "disable_features": [ |
| 5 "AllBookmarks" | 5 "AllBookmarks" |
| 6 ], | 6 ], |
| 7 "group_name": "Disabled" | 7 "group_name": "Disabled" |
| 8 } | 8 } |
| 9 ], | 9 ], |
| 10 "AndroidSessionNotifications": [ | 10 "AndroidSessionNotifications": [ |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "PreconnectMore": [ | 379 "PreconnectMore": [ |
| 380 { | 380 { |
| 381 "enable_features": [ | 381 "enable_features": [ |
| 382 "PreconnectMore" | 382 "PreconnectMore" |
| 383 ], | 383 ], |
| 384 "group_name": "Enabled" | 384 "group_name": "Enabled" |
| 385 } | 385 } |
| 386 ], | 386 ], |
| 387 "ProgressBarAnimationAndroid": [ | 387 "ProgressBarAnimationAndroid": [ |
| 388 { | 388 { |
| 389 "group_name": "SmoothAnimation", | 389 "group_name": "SmoothIndeterminateAnimation", |
| 390 "params": { | 390 "params": { |
| 391 "progress-bar-animation": "smooth" | 391 "progress-bar-animation": "smooth-indeterminate" |
| 392 } | 392 } |
| 393 } | 393 } |
| 394 ], | 394 ], |
| 395 "QUIC": [ | 395 "QUIC": [ |
| 396 { | 396 { |
| 397 "group_name": "Enabled", | 397 "group_name": "Enabled", |
| 398 "params": { | 398 "params": { |
| 399 "delay_tcp_race": "true" | 399 "delay_tcp_race": "true" |
| 400 } | 400 } |
| 401 } | 401 } |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 ], | 664 ], |
| 665 "use-new-media-cache": [ | 665 "use-new-media-cache": [ |
| 666 { | 666 { |
| 667 "enable_features": [ | 667 "enable_features": [ |
| 668 "use-new-media-cache" | 668 "use-new-media-cache" |
| 669 ], | 669 ], |
| 670 "group_name": "Enabled" | 670 "group_name": "Enabled" |
| 671 } | 671 } |
| 672 ] | 672 ] |
| 673 } | 673 } |
| OLD | NEW |