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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: nit Created 3 years, 7 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 | « components/safe_browsing/password_protection/password_protection_service_unittest.cc ('k') | 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 6786e527e25cab311d2395fad141cbcd77b85c18..8329cbecc1faf9a381055ba5471cb6aac9cf8db9 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1940,6 +1940,114 @@
]
}
],
+ "PasswordProtectionLowReputationPing": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "SBEROnlyNoIncognito",
+ "params": {
+ "extended_reporting": "true",
+ "history_sync": "false",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ },
Ilya Sherman 2017/05/05 22:49:31 Only a single experiment per study will actually g
Jialiu Lin 2017/05/05 22:58:52 Good to know. in that case, I'll keep the first ex
+ {
+ "name": "SBERAndHistorySyncNoIncognito",
+ "params": {
+ "extended_reporting": "true",
+ "history_sync": "true",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ },
+ {
+ "name": "AllButNoIncognito",
+ "params": {
+ "all_population": "true",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ },
+ {
+ "name": "All",
+ "params": {
+ "all_population": "true",
+ "incognito": "true"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ }
+ ]
+ }
+ ],
+ "PasswordProtectionProtectedPasswordEntryPing": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "SBEROnlyNoIncognito",
+ "params": {
+ "extended_reporting": "true",
+ "history_sync": "false",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "ProtectedPasswordEntryPinging"
+ ]
+ },
+ {
+ "name": "SBERAndHistorySyncNoIncognito",
+ "params": {
+ "extended_reporting": "true",
+ "history_sync": "true",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "ProtectedPasswordEntryPinging"
+ ]
+ },
+ {
+ "name": "AllButNoIncognito",
+ "params": {
+ "all_population": "true",
+ "incognito": "false"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ },
+ {
+ "name": "All",
+ "params": {
+ "all_population": "true",
+ "incognito": "true"
+ },
+ "enable_features": [
+ "LowReputationPinging"
+ ]
+ }
+ ]
+ }
+ ],
"PasswordSeparatedSigninFlow": [
{
"platforms": [
« no previous file with comments | « components/safe_browsing/password_protection/password_protection_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698