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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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, 11 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
11 ], 11 ],
12 "AutofillFieldMetadata": [ 12 "AutofillFieldMetadata": [
13 { 13 {
14 "group_name": "Enabled" 14 "group_name": "Enabled"
15 } 15 }
16 ], 16 ],
17 "AutofillProfileOrderByFrecency": [ 17 "AutofillProfileOrderByFrecency": [
18 { 18 {
19 "group_name": "EnabledLimitTo3", 19 "group_name": "EnabledLimitTo3",
20 "params": { 20 "params": {
21 "limit": "3" 21 "limit": "3"
22 } 22 }
23 },
24 {
25 "group_name": "Enabled"
23 } 26 }
24 ], 27 ],
25 "CaptivePortalInterstitial": [ 28 "CaptivePortalInterstitial": [
26 { 29 {
27 "group_name": "Enabled" 30 "group_name": "Enabled"
28 } 31 }
29 ], 32 ],
30 "ChromeDashboard": [ 33 "ChromeDashboard": [
31 { 34 {
32 "group_name": "Enabled" 35 "group_name": "Enabled"
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 { 201 {
199 "group_name": "Enabled" 202 "group_name": "Enabled"
200 } 203 }
201 ], 204 ],
202 "WebRTC-PeerConnectionDTLS1.2": [ 205 "WebRTC-PeerConnectionDTLS1.2": [
203 { 206 {
204 "group_name": "Enabled" 207 "group_name": "Enabled"
205 } 208 }
206 ] 209 ]
207 } 210 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698