| Index: testing/variations/fieldtrial_testing_config.json
|
| diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
|
| index b39df83af1b982aca9edcaec5bd633b2f5efddc5..4d6c6c077ce86bea3609d20c01964b513ff4cb2a 100644
|
| --- a/testing/variations/fieldtrial_testing_config.json
|
| +++ b/testing/variations/fieldtrial_testing_config.json
|
| @@ -2006,6 +2006,52 @@
|
| ]
|
| }
|
| ],
|
| + "PasswordProtectionLowReputationPing": [
|
| + {
|
| + "platforms": [
|
| + "chromeos",
|
| + "linux",
|
| + "mac",
|
| + "win"
|
| + ],
|
| + "experiments": [
|
| + {
|
| + "name": "SBEROnlyNoIncognito",
|
| + "params": {
|
| + "extended_reporting": "true",
|
| + "history_sync": "false",
|
| + "incognito": "false"
|
| + },
|
| + "enable_features": [
|
| + "LowReputationPinging"
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "PasswordProtectionProtectedPasswordEntryPing": [
|
| + {
|
| + "platforms": [
|
| + "chromeos",
|
| + "linux",
|
| + "mac",
|
| + "win"
|
| + ],
|
| + "experiments": [
|
| + {
|
| + "name": "SBEROnlyNoIncognito",
|
| + "params": {
|
| + "extended_reporting": "true",
|
| + "history_sync": "false",
|
| + "incognito": "false"
|
| + },
|
| + "enable_features": [
|
| + "ProtectedPasswordEntryPinging"
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| "PasswordSeparatedSigninFlow": [
|
| {
|
| "platforms": [
|
|
|