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

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

Issue 2743373003: Revert "Remove TranslateRankerEnforcement from fieldtrials."
Patch Set: Test: turn off explicitly ShowTranslateUI to benchmark TTFCP timings. 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 | « components/translate/core/browser/translate_manager.cc ('k') | 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 2676 matching lines...) Expand 10 before | Expand all | Expand 10 after
2687 "experiments": [ 2687 "experiments": [
2688 { 2688 {
2689 "name": "TokenBinding", 2689 "name": "TokenBinding",
2690 "enable_features": [ 2690 "enable_features": [
2691 "token-binding" 2691 "token-binding"
2692 ] 2692 ]
2693 } 2693 }
2694 ] 2694 ]
2695 } 2695 }
2696 ], 2696 ],
2697 "TranslateRanker": [
2698 {
2699 "platforms": [
2700 "android",
2701 "chromeos",
2702 "ios",
2703 "linux",
2704 "mac",
2705 "win"
2706 ],
2707 "experiments": [
2708 {
2709 "name": "EnforcementEnabled",
2710 "enable_features": [
2711 "TranslateRankerEnforcement"
2712 ]
2713 }
2714 ]
2715 }
2716 ],
2697 "TranslateRankerLogging": [ 2717 "TranslateRankerLogging": [
2698 { 2718 {
2699 "platforms": [ 2719 "platforms": [
2700 "android", 2720 "android",
2701 "chromeos", 2721 "chromeos",
2702 "ios", 2722 "ios",
2703 "linux", 2723 "linux",
2704 "mac", 2724 "mac",
2705 "win" 2725 "win"
2706 ], 2726 ],
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 { 3051 {
3032 "name": "Enabled", 3052 "name": "Enabled",
3033 "enable_features": [ 3053 "enable_features": [
3034 "use-new-media-cache" 3054 "use-new-media-cache"
3035 ] 3055 ]
3036 } 3056 }
3037 ] 3057 ]
3038 } 3058 }
3039 ] 3059 ]
3040 } 3060 }
OLDNEW
« no previous file with comments | « components/translate/core/browser/translate_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698