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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "PasswordBranding": [ 180 "PasswordBranding": [
165 { 181 {
166 "group_name": "SmartLockBrandingSavePromptOnly" 182 "group_name": "SmartLockBrandingSavePromptOnly"
167 } 183 }
168 ], 184 ],
169 "PasswordGeneration": [ 185 "PasswordGeneration": [
170 { 186 {
171 "group_name": "Disabled" 187 "group_name": "Disabled"
172 } 188 }
173 ], 189 ],
190 "PasswordManagerDropSyncCredential": [
191 {
192 "group_name": "Enabled"
193 },
194 {
195 "group_name": "Disabled"
196 }
197 ],
174 "QUIC": [ 198 "QUIC": [
175 { 199 {
176 "group_name": "Enabled", 200 "group_name": "Enabled",
177 "params": { 201 "params": {
178 "alternate_protocol_probability_threshold": "0.01" 202 "alternate_protocol_probability_threshold": "0.01"
179 } 203 }
180 } 204 }
181 ], 205 ],
182 "RefreshTokenDeviceId": [ 206 "RefreshTokenDeviceId": [
183 { 207 {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 ], 344 ],
321 "use-new-media-cache": [ 345 "use-new-media-cache": [
322 { 346 {
323 "enable_features": [ 347 "enable_features": [
324 "use-new-media-cache" 348 "use-new-media-cache"
325 ], 349 ],
326 "group_name": "Enabled" 350 "group_name": "Enabled"
327 } 351 }
328 ] 352 ]
329 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698