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

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

Issue 2785493004: Integrate RankerModelLoader with TranslateRanker. (Closed)
Patch Set: rebase 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 2675 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 "experiments": [ 2686 "experiments": [
2687 { 2687 {
2688 "name": "TokenBinding", 2688 "name": "TokenBinding",
2689 "enable_features": [ 2689 "enable_features": [
2690 "token-binding" 2690 "token-binding"
2691 ] 2691 ]
2692 } 2692 }
2693 ] 2693 ]
2694 } 2694 }
2695 ], 2695 ],
2696 "TranslateRanker": [
2697 {
2698 "platforms": [
2699 "android",
2700 "chromeos",
2701 "ios",
2702 "linux",
2703 "mac",
2704 "win"
2705 ],
2706 "experiments": [
2707 {
2708 "name": "EnforcementEnabled",
2709 "params": {
2710 "translate-ranker-model-url": "https://www.gstatic.com/c hrome/intelligence/assist/ranker/models/translate/2017/02/translate_ranker_model _20170217.pb.bin"
2711 },
2712 "enable_features": [
2713 "TranslateRankerEnforcement"
2714 ]
2715 }
2716 ]
2717 }
2718 ],
2696 "TranslateRankerLogging": [ 2719 "TranslateRankerLogging": [
2697 { 2720 {
2698 "platforms": [ 2721 "platforms": [
2699 "android", 2722 "android",
2700 "chromeos", 2723 "chromeos",
2701 "ios", 2724 "ios",
2702 "linux", 2725 "linux",
2703 "mac", 2726 "mac",
2704 "win" 2727 "win"
2705 ], 2728 ],
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 { 3079 {
3057 "name": "Enabled", 3080 "name": "Enabled",
3058 "enable_features": [ 3081 "enable_features": [
3059 "use-new-media-cache" 3082 "use-new-media-cache"
3060 ] 3083 ]
3061 } 3084 }
3062 ] 3085 ]
3063 } 3086 }
3064 ] 3087 ]
3065 } 3088 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698