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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 "platforms": [ | 804 "platforms": [ |
805 "win" | 805 "win" |
806 ], | 806 ], |
807 "experiments": [ | 807 "experiments": [ |
808 { | 808 { |
809 "name": "Default" | 809 "name": "Default" |
810 } | 810 } |
811 ] | 811 ] |
812 } | 812 } |
813 ], | 813 ], |
814 "ImeThread": [ | |
815 { | |
816 "platforms": [ | |
817 "android" | |
818 ], | |
819 "experiments": [ | |
820 { | |
821 "name": "Enabled", | |
822 "enable_features": [ | |
823 "ImeThread" | |
824 ] | |
825 } | |
826 ] | |
827 } | |
828 ], | |
829 "ImportantSitesInCBD": [ | 814 "ImportantSitesInCBD": [ |
830 { | 815 { |
831 "platforms": [ | 816 "platforms": [ |
832 "android" | 817 "android" |
833 ], | 818 ], |
834 "experiments": [ | 819 "experiments": [ |
835 { | 820 { |
836 "name": "DialogEnabled", | 821 "name": "DialogEnabled", |
837 "enable_features": [ | 822 "enable_features": [ |
838 "ImportantSitesInCBD" | 823 "ImportantSitesInCBD" |
(...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2411 { | 2396 { |
2412 "name": "Enabled", | 2397 "name": "Enabled", |
2413 "enable_features": [ | 2398 "enable_features": [ |
2414 "use-new-media-cache" | 2399 "use-new-media-cache" |
2415 ] | 2400 ] |
2416 } | 2401 } |
2417 ] | 2402 ] |
2418 } | 2403 } |
2419 ] | 2404 ] |
2420 } | 2405 } |
OLD | NEW |