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

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

Issue 1638413004: [Autofill] Field trial config for the Frecency experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillProfileOrderByFrecency": [ 12 "AutofillProfileOrderByFrecency": [
13 { 13 {
14 "group_name": "EnabledLimitTo3", 14 "group_name": "EnabledLimitTo3",
15 "params": { 15 "params": {
16 "limit": "3" 16 "limit": "3"
17 } 17 }
18 },
19 {
20 "group_name": "Enabled"
18 } 21 }
19 ], 22 ],
20 "AutomaticTabDiscarding": [ 23 "AutomaticTabDiscarding": [
21 { 24 {
22 "enable_features": [ 25 "enable_features": [
23 "AutomaticTabDiscarding" 26 "AutomaticTabDiscarding"
24 ], 27 ],
25 "group_name": "Enabled_Once_5" 28 "group_name": "Enabled_Once_5"
26 } 29 }
27 ], 30 ],
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 { 219 {
217 "group_name": "Enabled" 220 "group_name": "Enabled"
218 } 221 }
219 ], 222 ],
220 "WebRTC-PeerConnectionDTLS1.2": [ 223 "WebRTC-PeerConnectionDTLS1.2": [
221 { 224 {
222 "group_name": "Enabled" 225 "group_name": "Enabled"
223 } 226 }
224 ] 227 ]
225 } 228 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698