Fix various stray bugs in the GN auto-roller, and repair the DEPS file.
[chromium-blink-merge.git] / testing / variations / fieldtrial_testing_config_linux.json
blob2ee7b57fac86586a8f6f0e72474ff5d55757b655
2     "CaptivePortalInterstitial": [
3         {
4             "group_name": "Enabled"
5         }
6     ],
7     "InstanceID": [
8         {
9             "group_name": "Enabled"
10         }
11     ],
12     "RefreshTokenDeviceId": [
13         {
14             "group_name": "Enabled"
15         }
16     ],
17     "QUIC": [
18         {
19             "group_name": "Enabled",
20             "params": {
21               "alternate_protocol_probability_threshold": "0.01"
22             }
23         }
24     ],
25     "ReportCertificateErrors": [
26         {
27             "group_name": "ShowAndPossiblySend",
28             "params": {
29                 "sendingThreshold": "1.0"
30             }
31         },
32         {
33             "group_name": "ShowAndPossiblySend",
34             "params": {
35                 "sendingThreshold": "-1.0"
36             }
37         },
38         {
39             "group_name": "ShowAndPossiblySend",
40             "params": {
41                 "sendingThreshold": "0.0"
42             }
43         },
44         {
45             "group_name": "ShowAndPossiblySend",
46             "params": {
47                 "sendingThreshold": "abcdef"
48             }
49         },
50         {
51             "group_name": "DontShowAndDontSend"
52         }
53     ],
54     "SdchPersistence": [
55         {
56             "group_name": "Enabled"
57         }
58     ],
59     "SyncHttpContentCompression": [
60         {
61             "group_name": "Enabled"
62         },
63         {
64             "group_name": "Disabled"
65         }
66     ],
67     "AutofillFieldMetadata": [
68         {
69             "group_name": "Enabled"
70         }
71     ],
72     "UseDelayAgnosticAEC": [
73         {
74             "group_name": "DefaultEnabled"
75         }
76     ],
77     "VarationsServiceControl": [
78         {
79             "group_name": "Interval_30min",
80             "params": {
81                 "fetch_period_min": "30"
82             }
83         }
84     ]