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

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

Issue 2836333003: Cleanup TranslateRankerLogging experiment. (Closed)
Patch Set: Created 3 years, 8 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 2960 matching lines...) Expand 10 before | Expand all | Expand 10 after
2971 "experiments": [ 2971 "experiments": [
2972 { 2972 {
2973 "name": "TokenBinding", 2973 "name": "TokenBinding",
2974 "enable_features": [ 2974 "enable_features": [
2975 "token-binding" 2975 "token-binding"
2976 ] 2976 ]
2977 } 2977 }
2978 ] 2978 ]
2979 } 2979 }
2980 ], 2980 ],
2981 "TranslateRankerLogging": [
2982 {
2983 "platforms": [
2984 "android",
2985 "chromeos",
2986 "ios",
2987 "linux",
2988 "mac",
2989 "win"
2990 ],
2991 "experiments": [
2992 {
2993 "name": "TranslateRankerLogging",
2994 "enable_features": [
2995 "TranslateRankerLogging"
2996 ]
2997 }
2998 ]
2999 }
3000 ],
3001 "TranslateRankerModel": [ 2981 "TranslateRankerModel": [
3002 { 2982 {
3003 "platforms": [ 2983 "platforms": [
3004 "android", 2984 "android",
3005 "chromeos", 2985 "chromeos",
3006 "ios", 2986 "ios",
3007 "linux", 2987 "linux",
3008 "mac", 2988 "mac",
3009 "win" 2989 "win"
3010 ], 2990 ],
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 { 3345 {
3366 "name": "Enabled", 3346 "name": "Enabled",
3367 "enable_features": [ 3347 "enable_features": [
3368 "use-new-media-cache" 3348 "use-new-media-cache"
3369 ] 3349 ]
3370 } 3350 }
3371 ] 3351 ]
3372 } 3352 }
3373 ] 3353 ]
3374 } 3354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698