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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2562103002: Add field trial testing config for Scout study. (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 c1884c5ca48445bf217bddda5072c900b8c6b138..aa596cc32a8c8ee1de3d1fa06935507d80b8c9be 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1808,6 +1808,41 @@
]
}
],
+ "SafeBrowsingScoutTransitionStudy": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "CanShowScoutOptInGroup",
Nathan Parker 2016/12/09 18:54:15 Last I heard, only the first experiment listed wil
+ "enable_features": [
+ "CanShowScoutOptIn"
+ ]
+ },
+ {
+ "name": "OnlyShowScoutOptInGroup",
+ "enable_features": [
+ "OnlyShowScoutOptIn"
+ ]
+ },
+ {
+ "name": "Control",
+ "disable_features": [
+ "CanShowScoutOptIn",
+ "OnlyShowScoutOptIn"
+ ]
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
"SafeBrowsingUpdateFrequency": [
{
"platforms": [
« 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