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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 "mac", | 653 "mac", |
654 "win" | 654 "win" |
655 ], | 655 ], |
656 "experiments": [ | 656 "experiments": [ |
657 { | 657 { |
658 "name": "Enabled" | 658 "name": "Enabled" |
659 } | 659 } |
660 ] | 660 ] |
661 } | 661 } |
662 ], | 662 ], |
| 663 "EnableSyncUSSDeviceInfo": [ |
| 664 { |
| 665 "platforms": [ |
| 666 "android", |
| 667 "chromeos", |
| 668 "ios", |
| 669 "linux", |
| 670 "mac", |
| 671 "win" |
| 672 ], |
| 673 "experiments": [ |
| 674 { |
| 675 "name": "Enabled", |
| 676 "enable_features": [ |
| 677 "EnableSyncUSSDeviceInfo" |
| 678 ] |
| 679 } |
| 680 ] |
| 681 } |
| 682 ], |
663 "ExpectCTReporting": [ | 683 "ExpectCTReporting": [ |
664 { | 684 { |
665 "platforms": [ | 685 "platforms": [ |
666 "android", | 686 "android", |
667 "chromeos", | 687 "chromeos", |
668 "ios", | 688 "ios", |
669 "linux", | 689 "linux", |
670 "mac", | 690 "mac", |
671 "win" | 691 "win" |
672 ], | 692 ], |
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2411 { | 2431 { |
2412 "name": "Enabled", | 2432 "name": "Enabled", |
2413 "enable_features": [ | 2433 "enable_features": [ |
2414 "use-new-media-cache" | 2434 "use-new-media-cache" |
2415 ] | 2435 ] |
2416 } | 2436 } |
2417 ] | 2437 ] |
2418 } | 2438 } |
2419 ] | 2439 ] |
2420 } | 2440 } |
OLD | NEW |