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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "ProgressBarAnimationAndroid": [ | 387 "ProgressBarAnimationAndroid": [ |
388 { | 388 { |
389 "group_name": "SmoothAnimation", | 389 "group_name": "SmoothAnimation", |
390 "params": { | 390 "params": { |
391 "progress-bar-animation": "smooth" | 391 "progress-bar-animation": "smooth" |
392 } | 392 } |
393 } | 393 } |
394 ], | 394 ], |
395 "QUIC": [ | 395 "QUIC": [ |
396 { | 396 { |
397 "group_name": "Enabled", | 397 "group_name": "Enabled" |
398 "params": { | |
399 "delay_tcp_race": "true" | |
400 } | |
401 } | 398 } |
402 ], | 399 ], |
403 "RafAlignedInput": [ | 400 "RafAlignedInput": [ |
404 { | 401 { |
405 "enable_features": [ | 402 "enable_features": [ |
406 "RafAlignedInput" | 403 "RafAlignedInput" |
407 ], | 404 ], |
408 "group_name": "Enabled" | 405 "group_name": "Enabled" |
409 } | 406 } |
410 ], | 407 ], |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 ], | 661 ], |
665 "use-new-media-cache": [ | 662 "use-new-media-cache": [ |
666 { | 663 { |
667 "enable_features": [ | 664 "enable_features": [ |
668 "use-new-media-cache" | 665 "use-new-media-cache" |
669 ], | 666 ], |
670 "group_name": "Enabled" | 667 "group_name": "Enabled" |
671 } | 668 } |
672 ] | 669 ] |
673 } | 670 } |
OLD | NEW |