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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AffiliationBasedMatching": [
3 {
4 "group_name": "Disabled",
5 "params": {
6 "propagate_password_changes_to_web": "Disabled"
7 }
8 }
9 ],
2 "AutofillClassifier": [ 10 "AutofillClassifier": [
3 { 11 {
4 "group_name": "Enabled" 12 "group_name": "Enabled"
5 } 13 }
6 ], 14 ],
7 "AutofillFieldMetadata": [ 15 "AutofillFieldMetadata": [
8 { 16 {
9 "group_name": "Enabled" 17 "group_name": "Enabled"
10 } 18 }
11 ], 19 ],
12 "AutofillProfileOrderByFrecency": [ 20 "AutofillProfileOrderByFrecency": [
13 { 21 {
14 "group_name": "EnabledLimitTo3", 22 "group_name": "EnabledLimitTo3",
15 "params": { 23 "params": {
16 "limit": "3" 24 "limit": "3"
17 } 25 }
18 }, 26 },
19 { 27 {
20 "group_name": "Enabled" 28 "group_name": "Enabled"
21 } 29 }
22 ], 30 ],
31 "AutofillSyncCredential": [
32 {
33 "group_name": "DisallowSyncCredentials"
34 },
35 {
36 "group_name": "DisallowSyncCredentialsForReauth"
37 }
38 ],
23 "AutomaticTabDiscarding": [ 39 "AutomaticTabDiscarding": [
24 { 40 {
25 "enable_featuress": [ 41 "enable_featuress": [
26 "AutomaticTabDiscarding" 42 "AutomaticTabDiscarding"
27 ], 43 ],
28 "group_name": "Enabled_Once_5", 44 "group_name": "Enabled_Once_5",
29 "params": { 45 "params": {
30 "MinimumProtectionTime": "300" 46 "MinimumProtectionTime": "300"
31 } 47 }
32 } 48 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "PageRevisitInstrumentation": [ 121 "PageRevisitInstrumentation": [
106 { 122 {
107 "group_name": "Enabled" 123 "group_name": "Enabled"
108 } 124 }
109 ], 125 ],
110 "PasswordBranding": [ 126 "PasswordBranding": [
111 { 127 {
112 "group_name": "SmartLockBrandingSavePromptOnly" 128 "group_name": "SmartLockBrandingSavePromptOnly"
113 } 129 }
114 ], 130 ],
131 "PasswordManagerDropSyncCredential": [
132 {
133 "group_name": "Enabled"
134 },
135 {
136 "group_name": "Disabled"
137 }
138 ],
115 "QUIC": [ 139 "QUIC": [
116 { 140 {
117 "group_name": "Enabled", 141 "group_name": "Enabled",
118 "params": { 142 "params": {
119 "alternate_protocol_probability_threshold": "0.01" 143 "alternate_protocol_probability_threshold": "0.01"
120 } 144 }
121 } 145 }
122 ], 146 ],
123 "RefreshTokenDeviceId": [ 147 "RefreshTokenDeviceId": [
124 { 148 {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 270 ],
247 "use-new-media-cache": [ 271 "use-new-media-cache": [
248 { 272 {
249 "enable_features": [ 273 "enable_features": [
250 "use-new-media-cache" 274 "use-new-media-cache"
251 ], 275 ],
252 "group_name": "Enabled" 276 "group_name": "Enabled"
253 } 277 }
254 ] 278 ]
255 } 279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698