| 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 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2936 "android", | 2936 "android", |
| 2937 "chromeos", | 2937 "chromeos", |
| 2938 "linux", | 2938 "linux", |
| 2939 "mac", | 2939 "mac", |
| 2940 "win" | 2940 "win" |
| 2941 ], | 2941 ], |
| 2942 "experiments": [ | 2942 "experiments": [ |
| 2943 { | 2943 { |
| 2944 "name": "EnabledForPhishingSites", | 2944 "name": "EnabledForPhishingSites", |
| 2945 "params": { | 2945 "params": { |
| 2946 "activation_lists": "phishing_interstitial", | 2946 "enable_presets": "liverun_on_phishing_sites" |
| 2947 "activation_scope": "activation_list", | |
| 2948 "activation_state": "enabled" | |
| 2949 }, | 2947 }, |
| 2950 "enable_features": [ | 2948 "enable_features": [ |
| 2951 "SubresourceFilter" | 2949 "SubresourceFilter" |
| 2952 ] | 2950 ] |
| 2953 }, | 2951 }, |
| 2954 { | 2952 { |
| 2955 "name": "VerifyFeatureIsStillDisabledByDefault", | 2953 "name": "VerifyFeatureIsStillDisabledByDefault", |
| 2956 "forcing_flag": "suppress-enabling-subresource-filter-from-f
ieldtrial-testing-config" | 2954 "forcing_flag": "suppress-enabling-subresource-filter-from-f
ieldtrial-testing-config" |
| 2957 } | 2955 } |
| 2958 ] | 2956 ] |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3414 { | 3412 { |
| 3415 "name": "Enabled", | 3413 "name": "Enabled", |
| 3416 "enable_features": [ | 3414 "enable_features": [ |
| 3417 "use-new-media-cache" | 3415 "use-new-media-cache" |
| 3418 ] | 3416 ] |
| 3419 } | 3417 } |
| 3420 ] | 3418 ] |
| 3421 } | 3419 } |
| 3422 ] | 3420 ] |
| 3423 } | 3421 } |
| OLD | NEW |