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

Side by Side 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, 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 "AsyncDNS": [ 10 "AsyncDNS": [
3 { 11 {
4 "group_name": "AsyncDNSA" 12 "group_name": "AsyncDNSA"
5 } 13 }
6 ], 14 ],
7 "AutofillClassifier": [ 15 "AutofillClassifier": [
8 { 16 {
9 "group_name": "Enabled" 17 "group_name": "Enabled"
10 } 18 }
11 ], 19 ],
12 "AutofillFieldMetadata": [ 20 "AutofillFieldMetadata": [
13 { 21 {
14 "group_name": "Enabled" 22 "group_name": "Enabled"
15 } 23 }
16 ], 24 ],
17 "AutofillProfileOrderByFrecency": [ 25 "AutofillProfileOrderByFrecency": [
18 { 26 {
19 "group_name": "EnabledLimitTo3", 27 "group_name": "EnabledLimitTo3",
20 "params": { 28 "params": {
21 "limit": "3" 29 "limit": "3"
22 } 30 }
23 }, 31 },
24 { 32 {
25 "group_name": "Enabled" 33 "group_name": "Enabled"
26 } 34 }
27 ], 35 ],
36 "AutofillSyncCredential": [
37 {
38 "group_name": "DisallowSyncCredentials"
39 },
40 {
41 "group_name": "DisallowSyncCredentialsForReauth"
42 }
43 ],
28 "CaptivePortalInterstitial": [ 44 "CaptivePortalInterstitial": [
29 { 45 {
30 "group_name": "Enabled" 46 "group_name": "Enabled"
31 } 47 }
32 ], 48 ],
33 "ChromeDashboard": [ 49 "ChromeDashboard": [
34 { 50 {
35 "group_name": "Enabled" 51 "group_name": "Enabled"
36 }, 52 },
37 { 53 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "PageRevisitInstrumentation": [ 105 "PageRevisitInstrumentation": [
90 { 106 {
91 "group_name": "Enabled" 107 "group_name": "Enabled"
92 } 108 }
93 ], 109 ],
94 "PasswordBranding": [ 110 "PasswordBranding": [
95 { 111 {
96 "group_name": "SmartLockBrandingSavePromptOnly" 112 "group_name": "SmartLockBrandingSavePromptOnly"
97 } 113 }
98 ], 114 ],
115 "PasswordManagerDropSyncCredential": [
116 {
117 "group_name": "Enabled"
118 },
119 {
120 "group_name": "Disabled"
121 }
122 ],
99 "QUIC": [ 123 "QUIC": [
100 { 124 {
101 "group_name": "Enabled", 125 "group_name": "Enabled",
102 "params": { 126 "params": {
103 "alternate_protocol_probability_threshold": "0.01" 127 "alternate_protocol_probability_threshold": "0.01"
104 } 128 }
105 } 129 }
106 ], 130 ],
107 "RefreshTokenDeviceId": [ 131 "RefreshTokenDeviceId": [
108 { 132 {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 ], 254 ],
231 "use-new-media-cache": [ 255 "use-new-media-cache": [
232 { 256 {
233 "enable_features": [ 257 "enable_features": [
234 "use-new-media-cache" 258 "use-new-media-cache"
235 ], 259 ],
236 "group_name": "Enabled" 260 "group_name": "Enabled"
237 } 261 }
238 ] 262 ]
239 } 263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698