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

Unified 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 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 8ae90e655d1ba129fe75ac260eabced3ac66c80b..b82fe47b1c6e05a8049e5e08005e6f922ce52cab 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2771,6 +2771,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