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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 "mac", | 664 "mac", |
665 "win" | 665 "win" |
666 ], | 666 ], |
667 "experiments": [ | 667 "experiments": [ |
668 { | 668 { |
669 "name": "Enabled" | 669 "name": "Enabled" |
670 } | 670 } |
671 ] | 671 ] |
672 } | 672 } |
673 ], | 673 ], |
| 674 "EnableSyncUSSDeviceInfo": [ |
| 675 { |
| 676 "platforms": [ |
| 677 "android", |
| 678 "chromeos", |
| 679 "ios", |
| 680 "linux", |
| 681 "mac", |
| 682 "win" |
| 683 ], |
| 684 "experiments": [ |
| 685 { |
| 686 "name": "Enabled", |
| 687 "enable_features": [ |
| 688 "EnableSyncUSSDeviceInfo" |
| 689 ] |
| 690 } |
| 691 ] |
| 692 } |
| 693 ], |
674 "ExpectCTReporting": [ | 694 "ExpectCTReporting": [ |
675 { | 695 { |
676 "platforms": [ | 696 "platforms": [ |
677 "android", | 697 "android", |
678 "chromeos", | 698 "chromeos", |
679 "ios", | 699 "ios", |
680 "linux", | 700 "linux", |
681 "mac", | 701 "mac", |
682 "win" | 702 "win" |
683 ], | 703 ], |
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2416 { | 2436 { |
2417 "name": "Enabled", | 2437 "name": "Enabled", |
2418 "enable_features": [ | 2438 "enable_features": [ |
2419 "use-new-media-cache" | 2439 "use-new-media-cache" |
2420 ] | 2440 ] |
2421 } | 2441 } |
2422 ] | 2442 ] |
2423 } | 2443 } |
2424 ] | 2444 ] |
2425 } | 2445 } |
OLD | NEW |