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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1536993002: Add Finch testing config for PasswordBranding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AsyncSetAsDefault": [ 2 "AsyncSetAsDefault": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "WiFi.DefaultMedianKbps": "2736", 132 "WiFi.DefaultMedianKbps": "2736",
133 "WiFi.DefaultMedianRTTMsec": "168" 133 "WiFi.DefaultMedianRTTMsec": "168"
134 } 134 }
135 } 135 }
136 ], 136 ],
137 "NewProfileManagement": [ 137 "NewProfileManagement": [
138 { 138 {
139 "group_name": "Enabled" 139 "group_name": "Enabled"
140 } 140 }
141 ], 141 ],
142 "PasswordBranding": [
143 {
144 "group_name": "SmartLockBranding"
145 }
146 ],
142 "PasswordGeneration": [ 147 "PasswordGeneration": [
143 { 148 {
144 "group_name": "Disabled" 149 "group_name": "Disabled"
145 } 150 }
146 ], 151 ],
147 "QUIC": [ 152 "QUIC": [
148 { 153 {
149 "group_name": "Enabled", 154 "group_name": "Enabled",
150 "params": { 155 "params": {
151 "alternate_protocol_probability_threshold": "0.01" 156 "alternate_protocol_probability_threshold": "0.01"
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 { 273 {
269 "group_name": "Enabled" 274 "group_name": "Enabled"
270 } 275 }
271 ], 276 ],
272 "WebRTC-PeerConnectionDTLS1.2": [ 277 "WebRTC-PeerConnectionDTLS1.2": [
273 { 278 {
274 "group_name": "Enabled" 279 "group_name": "Enabled"
275 } 280 }
276 ] 281 ]
277 } 282 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698