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

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

Issue 2844063002: Add support for multiple simultaneous subresource_filter::Configurations. (Closed)
Patch Set: Address all comments. 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 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2872 "android", 2872 "android",
2873 "chromeos", 2873 "chromeos",
2874 "linux", 2874 "linux",
2875 "mac", 2875 "mac",
2876 "win" 2876 "win"
2877 ], 2877 ],
2878 "experiments": [ 2878 "experiments": [
2879 { 2879 {
2880 "name": "EnabledForPhishingSites", 2880 "name": "EnabledForPhishingSites",
2881 "params": { 2881 "params": {
2882 "activation_lists": "phishing_interstitial", 2882 "enable_presets": "liverun_on_phishing_sites"
2883 "activation_scope": "activation_list",
2884 "activation_state": "enabled"
2885 }, 2883 },
2886 "enable_features": [ 2884 "enable_features": [
2887 "SubresourceFilter" 2885 "SubresourceFilter"
2888 ] 2886 ]
2889 }, 2887 },
2890 { 2888 {
2891 "name": "VerifyFeatureIsStillDisabledByDefault", 2889 "name": "VerifyFeatureIsStillDisabledByDefault",
2892 "forcing_flag": "suppress-enabling-subresource-filter-from-f ieldtrial-testing-config" 2890 "forcing_flag": "suppress-enabling-subresource-filter-from-f ieldtrial-testing-config"
2893 } 2891 }
2894 ] 2892 ]
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
3350 { 3348 {
3351 "name": "Enabled", 3349 "name": "Enabled",
3352 "enable_features": [ 3350 "enable_features": [
3353 "use-new-media-cache" 3351 "use-new-media-cache"
3354 ] 3352 ]
3355 } 3353 }
3356 ] 3354 ]
3357 } 3355 }
3358 ] 3356 ]
3359 } 3357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698