Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2844063002: Add support for multiple simultaneous subresource_filter::Configurations. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698