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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2817533004: Improve PasswordProtectionService and PasswordProtectionRequest (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index d750e452c05bbff4354485bb9925701a050bcbef..d29dd0c618c427ec787ad1a95d4a54dc5b795d96 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1882,6 +1882,24 @@
]
}
],
+ "PasswordProtectionPingOnlyStudy": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "PasswordProtectionPingOnlyEnabled",
+ "enable_features": [
+ "PasswordProtectionPingOnly"
+ ]
+ }
+ ]
+ }
+ ],
"PasswordSeparatedSigninFlow": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698