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

Unified Diff: testing/variations/fieldtrial_testing_config_chromeos.json

Issue 1668523002: [Password Manager] Switch password manager code to use the Feature framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to fieldtrial_testing_config_*.json Created 4 years, 10 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_chromeos.json
diff --git a/testing/variations/fieldtrial_testing_config_chromeos.json b/testing/variations/fieldtrial_testing_config_chromeos.json
index 8f8a29acabf3d17bcc850586c71c19e631257cca..3947b7d3240e5333c9f73f4b6d17164fb5ed2726 100644
--- a/testing/variations/fieldtrial_testing_config_chromeos.json
+++ b/testing/variations/fieldtrial_testing_config_chromeos.json
@@ -1,4 +1,12 @@
{
+ "AffiliationBasedMatching": [
+ {
+ "group_name": "Disabled",
+ "params": {
+ "propagate_password_changes_to_web": "Disabled"
+ }
+ }
+ ],
"AutofillClassifier": [
{
"group_name": "Enabled"
@@ -20,6 +28,14 @@
"group_name": "Enabled"
}
],
+ "AutofillSyncCredential": [
+ {
+ "group_name": "DisallowSyncCredentials"
+ },
+ {
+ "group_name": "DisallowSyncCredentialsForReauth"
+ }
+ ],
"CaptivePortalInterstitial": [
{
"group_name": "Enabled"
@@ -81,6 +97,14 @@
"group_name": "SmartLockBrandingSavePromptOnly"
}
],
+ "PasswordManagerDropSyncCredential": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
"QUIC": [
{
"group_name": "Enabled",

Powered by Google App Engine
This is Rietveld 408576698