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

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

Issue 2733573002: Remove TranslateRankerEnforcement from fieldtrials. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 "experiments": [ 2634 "experiments": [
2635 { 2635 {
2636 "name": "TokenBinding", 2636 "name": "TokenBinding",
2637 "enable_features": [ 2637 "enable_features": [
2638 "token-binding" 2638 "token-binding"
2639 ] 2639 ]
2640 } 2640 }
2641 ] 2641 ]
2642 } 2642 }
2643 ], 2643 ],
2644 "TranslateRanker": [
2645 {
2646 "platforms": [
2647 "android",
2648 "chromeos",
2649 "ios",
2650 "linux",
2651 "mac",
2652 "win"
2653 ],
2654 "experiments": [
2655 {
2656 "name": "EnforcementEnabled",
2657 "enable_features": [
2658 "TranslateRankerEnforcement"
2659 ]
2660 }
2661 ]
2662 }
2663 ],
2664 "TranslateRankerLogging": [ 2644 "TranslateRankerLogging": [
2665 { 2645 {
2666 "platforms": [ 2646 "platforms": [
2667 "android", 2647 "android",
2668 "chromeos", 2648 "chromeos",
2669 "ios", 2649 "ios",
2670 "linux", 2650 "linux",
2671 "mac", 2651 "mac",
2672 "win" 2652 "win"
2673 ], 2653 ],
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 { 2974 {
2995 "name": "Enabled", 2975 "name": "Enabled",
2996 "enable_features": [ 2976 "enable_features": [
2997 "use-new-media-cache" 2977 "use-new-media-cache"
2998 ] 2978 ]
2999 } 2979 }
3000 ] 2980 ]
3001 } 2981 }
3002 ] 2982 ]
3003 } 2983 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698