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

Unified Diff: testing/variations/fieldtrial_testing_config_linux.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_linux.json
diff --git a/testing/variations/fieldtrial_testing_config_linux.json b/testing/variations/fieldtrial_testing_config_linux.json
index 7d03bf122799589c4b9623914b90198f4180edfd..e9ba3a73b9deff55c6fd914f77b6df258fc26232 100644
--- a/testing/variations/fieldtrial_testing_config_linux.json
+++ b/testing/variations/fieldtrial_testing_config_linux.json
@@ -1,4 +1,12 @@
{
+ "AffiliationBasedMatching": [
+ {
+ "group_name": "Disabled",
+ "params": {
+ "propagate_password_changes_to_web": "Disabled"
+ }
+ }
+ ],
"AsyncDNS": [
{
"group_name": "AsyncDNSA"
@@ -25,6 +33,14 @@
"group_name": "Enabled"
}
],
+ "AutofillSyncCredential": [
+ {
+ "group_name": "DisallowSyncCredentials"
+ },
+ {
+ "group_name": "DisallowSyncCredentialsForReauth"
+ }
+ ],
"CaptivePortalInterstitial": [
{
"group_name": "Enabled"
@@ -96,6 +112,14 @@
"group_name": "SmartLockBrandingSavePromptOnly"
}
],
+ "PasswordManagerDropSyncCredential": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
"QUIC": [
{
"group_name": "Enabled",

Powered by Google App Engine
This is Rietveld 408576698