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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index e8905d633fe2ec2b19a49b01a69827e7be73ab1c..f8b5bce3af470978a012930234ae869bd1f088f8 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2716,6 +2716,29 @@
]
}
],
+ "TranslateRanker": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnforcementEnabled",
+ "params": {
+ "translate-ranker-model-url": "https://www.gstatic.com/chrome/intelligence/assist/ranker/models/translate/2017/02/translate_ranker_model_20170217.pb.bin"
+ },
+ "enable_features": [
+ "TranslateRankerEnforcement"
+ ]
+ }
+ ]
+ }
+ ],
"TranslateRankerLogging": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698