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

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

Issue 2949003003: Implement a skeleton of the Superfish interstitial (Closed)
Patch Set: Created 3 years, 6 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 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 "SubresourceFilter" 2983 "SubresourceFilter"
2984 ] 2984 ]
2985 }, 2985 },
2986 { 2986 {
2987 "name": "VerifyFeatureIsStillDisabledByDefault", 2987 "name": "VerifyFeatureIsStillDisabledByDefault",
2988 "forcing_flag": "suppress-enabling-subresource-filter-from-f ieldtrial-testing-config" 2988 "forcing_flag": "suppress-enabling-subresource-filter-from-f ieldtrial-testing-config"
2989 } 2989 }
2990 ] 2990 ]
2991 } 2991 }
2992 ], 2992 ],
2993 "SuperfishInterstitial": [
2994 {
2995 "platforms": [
2996 "win"
2997 ],
2998 "experiments": [
2999 {
3000 "name": "Enabled",
3001 "enable_features": [
3002 "SuperfishInterstitial"
3003 ]
3004 }
3005 ]
3006 }
3007 ],
2993 "SyncUSSAutocomplete": [ 3008 "SyncUSSAutocomplete": [
2994 { 3009 {
2995 "platforms": [ 3010 "platforms": [
2996 "android", 3011 "android",
2997 "chromeos", 3012 "chromeos",
2998 "ios", 3013 "ios",
2999 "linux", 3014 "linux",
3000 "mac", 3015 "mac",
3001 "win" 3016 "win"
3002 ], 3017 ],
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3430 { 3445 {
3431 "name": "Enabled", 3446 "name": "Enabled",
3432 "enable_features": [ 3447 "enable_features": [
3433 "use-new-media-cache" 3448 "use-new-media-cache"
3434 ] 3449 ]
3435 } 3450 }
3436 ] 3451 ]
3437 } 3452 }
3438 ] 3453 ]
3439 } 3454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698