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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2567033004: Add Precache global ranking config to test list. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index a6b16ab4a5c56e97ffb02a240f74bec54fce5d38..d1241232c3fdb7ada449fd85262942c77b45ebf4 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1464,6 +1464,12 @@
"experiments": [
{
"name": "Enabled"
+ },
+ {
+ "name": "EnabledGlobalRanking",
Alexei Svitkine (slow) 2016/12/13 20:41:59 Actually, put this first or remove the Enabled gro
twifkak 2016/12/13 20:43:16 Oh, well the first config is what is being run on
+ "params": {
+ "config_url": "https://www.gstatic.com/chrome/wifiprefetch/precache_config_gm"
+ }
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698