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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2450963002: Update the testing config with the new experiments for PVer4. (Closed)
Patch Set: Fix silly typos Created 4 years, 2 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
« 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 fdffeb46d76d73f9ca38823ed61a6252919ab613..2877af5be63cafe2b331c7cb346039b563cf18b7 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1698,7 +1698,27 @@
],
"experiments": [
{
- "name": "Enabled"
+ "name": "Control",
+ "disable_features": [
+ "SafeBrowsingV4HybridEnabled",
+ "SafeBrowsingV4LocalDatabaseManagerEnabled"
+ ]
+ },
+ {
+ "name": "V4JustUpdate",
+ "enable_features": [
+ "SafeBrowsingV4LocalDatabaseManagerEnabled"
+ ]
+ },
+ {
+ "name": "V4Hybrid",
Alexei Svitkine (slow) 2016/10/25 20:33:09 The first group is the one that receives testing.
+ "enable_features": [
+ "SafeBrowsingV4HybridEnabled",
+ "SafeBrowsingV4LocalDatabaseManagerEnabled"
+ ]
+ },
+ {
+ "name": "Default"
}
]
}
« 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