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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 } | 373 } |
374 ], | 374 ], |
375 "QUIC": [ | 375 "QUIC": [ |
376 { | 376 { |
377 "group_name": "Enabled", | 377 "group_name": "Enabled", |
378 "params": { | 378 "params": { |
379 "delay_tcp_race": "true" | 379 "delay_tcp_race": "true" |
380 } | 380 } |
381 } | 381 } |
382 ], | 382 ], |
| 383 "RafAlignedInput": [ |
| 384 { |
| 385 "enable_features": [ |
| 386 "RafAlignedInput" |
| 387 ], |
| 388 "group_name": "Enabled" |
| 389 } |
| 390 ], |
383 "ReadItLater": [ | 391 "ReadItLater": [ |
384 { | 392 { |
385 "enable_features": [ | 393 "enable_features": [ |
386 "ReadItLaterInMenu" | 394 "ReadItLaterInMenu" |
387 ], | 395 ], |
388 "group_name": "Enabled" | 396 "group_name": "Enabled" |
389 } | 397 } |
390 ], | 398 ], |
391 "ReaderModeUI": [ | 399 "ReaderModeUI": [ |
392 { | 400 { |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 ], | 644 ], |
637 "use-new-media-cache": [ | 645 "use-new-media-cache": [ |
638 { | 646 { |
639 "enable_features": [ | 647 "enable_features": [ |
640 "use-new-media-cache" | 648 "use-new-media-cache" |
641 ], | 649 ], |
642 "group_name": "Enabled" | 650 "group_name": "Enabled" |
643 } | 651 } |
644 ] | 652 ] |
645 } | 653 } |
OLD | NEW |