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

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

Issue 2785493004: Integrate RankerModelLoader with TranslateRanker. (Closed)
Patch Set: disable logging on IOS Web View builds (attempt #1) 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 2698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2709 "experiments": [ 2709 "experiments": [
2710 { 2710 {
2711 "name": "TokenBinding", 2711 "name": "TokenBinding",
2712 "enable_features": [ 2712 "enable_features": [
2713 "token-binding" 2713 "token-binding"
2714 ] 2714 ]
2715 } 2715 }
2716 ] 2716 ]
2717 } 2717 }
2718 ], 2718 ],
2719 "TranslateRanker": [
2720 {
2721 "platforms": [
2722 "android",
2723 "chromeos",
2724 "ios",
2725 "linux",
2726 "mac",
2727 "win"
2728 ],
2729 "experiments": [
2730 {
2731 "name": "EnforcementEnabled",
2732 "params": {
2733 "translate-ranker-model-url": "https://www.gstatic.com/c hrome/intelligence/assist/ranker/models/translate/2017/02/translate_ranker_model _20170217.pb.bin"
2734 },
2735 "enable_features": [
2736 "TranslateRankerEnforcement"
2737 ]
2738 }
2739 ]
2740 }
2741 ],
2719 "TranslateRankerLogging": [ 2742 "TranslateRankerLogging": [
2720 { 2743 {
2721 "platforms": [ 2744 "platforms": [
2722 "android", 2745 "android",
2723 "chromeos", 2746 "chromeos",
2724 "ios", 2747 "ios",
2725 "linux", 2748 "linux",
2726 "mac", 2749 "mac",
2727 "win" 2750 "win"
2728 ], 2751 ],
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 { 3082 {
3060 "name": "Enabled", 3083 "name": "Enabled",
3061 "enable_features": [ 3084 "enable_features": [
3062 "use-new-media-cache" 3085 "use-new-media-cache"
3063 ] 3086 ]
3064 } 3087 }
3065 ] 3088 ]
3066 } 3089 }
3067 ] 3090 ]
3068 } 3091 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698