OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android" | 5 "android" |
6 ], | 6 ], |
7 "experiments": [ | 7 "experiments": [ |
8 { | 8 { |
9 "name": "Disabled" | 9 "name": "Disabled" |
10 } | 10 } |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 "mac", | 649 "mac", |
650 "win" | 650 "win" |
651 ], | 651 ], |
652 "experiments": [ | 652 "experiments": [ |
653 { | 653 { |
654 "name": "Enabled" | 654 "name": "Enabled" |
655 } | 655 } |
656 ] | 656 ] |
657 } | 657 } |
658 ], | 658 ], |
| 659 "EnableSyncUSSDeviceInfo": [ |
| 660 { |
| 661 "platforms": [ |
| 662 "android", |
| 663 "chromeos", |
| 664 "ios", |
| 665 "linux", |
| 666 "mac", |
| 667 "win" |
| 668 ], |
| 669 "experiments": [ |
| 670 { |
| 671 "name": "Enabled", |
| 672 "enable_features": [ |
| 673 "EnableSyncUSSDeviceInfo" |
| 674 ] |
| 675 } |
| 676 ] |
| 677 } |
| 678 ], |
659 "ExpectCTReporting": [ | 679 "ExpectCTReporting": [ |
660 { | 680 { |
661 "platforms": [ | 681 "platforms": [ |
662 "android", | 682 "android", |
663 "chromeos", | 683 "chromeos", |
664 "ios", | 684 "ios", |
665 "linux", | 685 "linux", |
666 "mac", | 686 "mac", |
667 "win" | 687 "win" |
668 ], | 688 ], |
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2401 { | 2421 { |
2402 "name": "Enabled", | 2422 "name": "Enabled", |
2403 "enable_features": [ | 2423 "enable_features": [ |
2404 "use-new-media-cache" | 2424 "use-new-media-cache" |
2405 ] | 2425 ] |
2406 } | 2426 } |
2407 ] | 2427 ] |
2408 } | 2428 } |
2409 ] | 2429 ] |
2410 } | 2430 } |
OLD | NEW |