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

Unified Diff: testing/variations/fieldtrial_testing_config_ios.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_ios.json
diff --git a/testing/variations/fieldtrial_testing_config_ios.json b/testing/variations/fieldtrial_testing_config_ios.json
index 3650d602e36844aa5e88e15551b30190329ba7df..97e13fd7b6bf219f489f6009f2d2057f31df3fdf 100644
--- a/testing/variations/fieldtrial_testing_config_ios.json
+++ b/testing/variations/fieldtrial_testing_config_ios.json
@@ -1,4 +1,12 @@
{
+ "AffiliationBasedMatching": [
+ {
+ "group_name": "Disabled",
+ "params": {
+ "propagate_password_changes_to_web": "Disabled"
+ }
+ }
+ ],
"AutofillFieldMetadata": [
{
"group_name": "Enabled"
@@ -15,6 +23,14 @@
"group_name": "Enabled"
}
],
+ "AutofillSyncCredential": [
+ {
+ "group_name": "DisallowSyncCredentials"
+ },
+ {
+ "group_name": "DisallowSyncCredentialsForReauth"
+ }
+ ],
"ChromotingQUIC": [
{
"group_name": "Enabled"
@@ -46,6 +62,14 @@
"group_name": "SmartLockBrandingSavePromptOnly"
}
],
+ "PasswordManagerDropSyncCredential": [
+ {
+ "group_name": "Enabled"
+ },
+ {
+ "group_name": "Disabled"
+ }
+ ],
"QUIC": [
{
"group_name": "Enabled",

Powered by Google App Engine
This is Rietveld 408576698