| OLD | NEW |
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 "experiments": [ | 947 "experiments": [ |
| 948 { | 948 { |
| 949 "name": "DialogEnabled", | 949 "name": "DialogEnabled", |
| 950 "enable_features": [ | 950 "enable_features": [ |
| 951 "ImportantSitesInCBD" | 951 "ImportantSitesInCBD" |
| 952 ] | 952 ] |
| 953 } | 953 } |
| 954 ] | 954 ] |
| 955 } | 955 } |
| 956 ], | 956 ], |
| 957 "ImprovedRecoveryComponent": [ |
| 958 { |
| 959 "platforms": [ |
| 960 "win", |
| 961 "mac" |
| 962 ], |
| 963 "experiments": [ |
| 964 { |
| 965 "name": "ImprovedRecoveryComponent", |
| 966 "enable_features": [ |
| 967 "ImprovedRecoveryComponent" |
| 968 ] |
| 969 } |
| 970 ] |
| 971 } |
| 972 ], |
| 957 "InstanceID": [ | 973 "InstanceID": [ |
| 958 { | 974 { |
| 959 "platforms": [ | 975 "platforms": [ |
| 960 "linux", | 976 "linux", |
| 961 "mac", | 977 "mac", |
| 962 "win" | 978 "win" |
| 963 ], | 979 ], |
| 964 "experiments": [ | 980 "experiments": [ |
| 965 { | 981 { |
| 966 "name": "Enabled" | 982 "name": "Enabled" |
| (...skipping 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2722 { | 2738 { |
| 2723 "name": "Enabled", | 2739 "name": "Enabled", |
| 2724 "enable_features": [ | 2740 "enable_features": [ |
| 2725 "use-new-media-cache" | 2741 "use-new-media-cache" |
| 2726 ] | 2742 ] |
| 2727 } | 2743 } |
| 2728 ] | 2744 ] |
| 2729 } | 2745 } |
| 2730 ] | 2746 ] |
| 2731 } | 2747 } |
| OLD | NEW |