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

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

Issue 2785493004: Integrate RankerModelLoader with TranslateRanker. (Closed)
Patch Set: fix bogus compile error 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 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 "experiments": [ 2764 "experiments": [
2765 { 2765 {
2766 "name": "TokenBinding", 2766 "name": "TokenBinding",
2767 "enable_features": [ 2767 "enable_features": [
2768 "token-binding" 2768 "token-binding"
2769 ] 2769 ]
2770 } 2770 }
2771 ] 2771 ]
2772 } 2772 }
2773 ], 2773 ],
2774 "TranslateRanker": [
2775 {
2776 "platforms": [
2777 "android",
2778 "chromeos",
2779 "ios",
2780 "linux",
2781 "mac",
2782 "win"
2783 ],
2784 "experiments": [
2785 {
2786 "name": "EnforcementEnabled",
2787 "params": {
2788 "translate-ranker-model-url": "https://www.gstatic.com/c hrome/intelligence/assist/ranker/models/translate/2017/02/translate_ranker_model _20170217.pb.bin"
2789 },
2790 "enable_features": [
2791 "TranslateRankerEnforcement"
2792 ]
2793 }
2794 ]
2795 }
2796 ],
2774 "TranslateRankerLogging": [ 2797 "TranslateRankerLogging": [
2775 { 2798 {
2776 "platforms": [ 2799 "platforms": [
2777 "android", 2800 "android",
2778 "chromeos", 2801 "chromeos",
2779 "ios", 2802 "ios",
2780 "linux", 2803 "linux",
2781 "mac", 2804 "mac",
2782 "win" 2805 "win"
2783 ], 2806 ],
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 { 3175 {
3153 "name": "Enabled", 3176 "name": "Enabled",
3154 "enable_features": [ 3177 "enable_features": [
3155 "use-new-media-cache" 3178 "use-new-media-cache"
3156 ] 3179 ]
3157 } 3180 }
3158 ] 3181 ]
3159 } 3182 }
3160 ] 3183 ]
3161 } 3184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698