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

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

Issue 1308693013: Pretty print field trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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
« 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 "AutofillFieldMetadata": [
3 {
4 "group_name": "Enabled"
5 }
6 ],
2 "AutomaticTabDiscarding": [ 7 "AutomaticTabDiscarding": [
3 { 8 {
4 "group_name": "Enabled" 9 "group_name": "Enabled"
5 } 10 }
6 ], 11 ],
7 "BrowserBlacklist": [ 12 "BrowserBlacklist": [
8 { 13 {
9 "group_name": "Enabled" 14 "group_name": "Enabled"
10 } 15 }
11 ], 16 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ], 61 ],
57 "IntelligentSessionRestore": [ 62 "IntelligentSessionRestore": [
58 { 63 {
59 "group_name": "Enabled" 64 "group_name": "Enabled"
60 } 65 }
61 ], 66 ],
62 "NetworkQualityEstimator": [ 67 "NetworkQualityEstimator": [
63 { 68 {
64 "group_name": "Enabled", 69 "group_name": "Enabled",
65 "params": { 70 "params": {
71 "2G.DefaultMedianKbps": "81",
72 "2G.DefaultMedianRTTMsec": "1337",
73 "3G.DefaultMedianKbps": "658",
74 "3G.DefaultMedianRTTMsec": "297",
75 "4G.DefaultMedianKbps": "1756",
76 "4G.DefaultMedianRTTMsec": "159",
77 "Bluetooth.DefaultMedianKbps": "449",
78 "Bluetooth.DefaultMedianRTTMsec": "135",
79 "Ethernet.DefaultMedianKbps": "3263",
80 "Ethernet.DefaultMedianRTTMsec": "106",
81 "HalfLifeSeconds": "60",
82 "None.DefaultMedianKbps": "567",
83 "None.DefaultMedianRTTMsec": "272",
84 "Unknown.DefaultMedianKbps": "1916",
66 "Unknown.DefaultMedianRTTMsec": "121", 85 "Unknown.DefaultMedianRTTMsec": "121",
67 "Unknown.DefaultMedianKbps": "1916",
68 "Ethernet.DefaultMedianRTTMsec": "106",
69 "Ethernet.DefaultMedianKbps": "3263",
70 "WiFi.DefaultMedianRTTMsec": "168",
71 "WiFi.DefaultMedianKbps": "2736", 86 "WiFi.DefaultMedianKbps": "2736",
72 "2G.DefaultMedianRTTMsec": "1337", 87 "WiFi.DefaultMedianRTTMsec": "168"
73 "2G.DefaultMedianKbps": "81",
74 "3G.DefaultMedianRTTMsec": "297",
75 "3G.DefaultMedianKbps": "658",
76 "4G.DefaultMedianRTTMsec": "159",
77 "4G.DefaultMedianKbps": "1756",
78 "None.DefaultMedianRTTMsec": "272",
79 "None.DefaultMedianKbps": "567",
80 "Bluetooth.DefaultMedianRTTMsec": "135",
81 "Bluetooth.DefaultMedianKbps": "449",
82 "HalfLifeSeconds": "60"
83 } 88 }
84 } 89 }
85 ], 90 ],
86 "NewProfileManagement": [ 91 "NewProfileManagement": [
87 { 92 {
88 "group_name": "Enabled" 93 "group_name": "Enabled"
89 } 94 }
90 ], 95 ],
91 "PasswordGeneration": [ 96 "PasswordGeneration": [
92 { 97 {
93 "group_name": "Disabled" 98 "group_name": "Disabled"
94 } 99 }
95 ], 100 ],
96 "QUIC": [ 101 "QUIC": [
97 { 102 {
98 "group_name": "Enabled", 103 "group_name": "Enabled",
99 "params": { 104 "params": {
100 "alternate_protocol_probability_threshold": "0.01" 105 "alternate_protocol_probability_threshold": "0.01"
101 } 106 }
102 } 107 }
103 ], 108 ],
104 "RefreshTokenDeviceId": [ 109 "RefreshTokenDeviceId": [
105 { 110 {
106 "group_name": "Enabled" 111 "group_name": "Enabled"
107 } 112 }
108 ], 113 ],
109 "SRTPromptFieldTrial": [
110 {
111 "group_name": "Default"
112 }
113 ],
114 "SettingsEnforcement": [
115 {
116 "group_name": "enforce_always_with_extensions_and_dse"
117 }
118 ],
119 "ReportCertificateErrors": [ 114 "ReportCertificateErrors": [
120 { 115 {
121 "group_name": "ShowAndPossiblySend", 116 "group_name": "ShowAndPossiblySend",
122 "params": { 117 "params": {
123 "sendingThreshold": "1.0" 118 "sendingThreshold": "1.0"
124 } 119 }
125 }, 120 },
126 { 121 {
127 "group_name": "ShowAndPossiblySend", 122 "group_name": "ShowAndPossiblySend",
128 "params": { 123 "params": {
129 "sendingThreshold": "-1.0" 124 "sendingThreshold": "-1.0"
130 } 125 }
131 }, 126 },
132 { 127 {
133 "group_name": "ShowAndPossiblySend", 128 "group_name": "ShowAndPossiblySend",
134 "params": { 129 "params": {
135 "sendingThreshold": "0.0" 130 "sendingThreshold": "0.0"
136 } 131 }
137 }, 132 },
138 { 133 {
139 "group_name": "ShowAndPossiblySend", 134 "group_name": "ShowAndPossiblySend",
140 "params": { 135 "params": {
141 "sendingThreshold": "abcdef" 136 "sendingThreshold": "abcdef"
142 } 137 }
143 }, 138 },
144 { 139 {
145 "group_name": "DontShowAndDontSend" 140 "group_name": "DontShowAndDontSend"
146 } 141 }
147 ], 142 ],
143 "SRTPromptFieldTrial": [
144 {
145 "group_name": "Default"
146 }
147 ],
148 "SafeBrowsingReportPhishingErrorLink": [
149 {
150 "group_name": "Enabled"
151 },
152 {
153 "group_name": "Control"
154 },
155 {
156 "group_name": "Disabled"
157 }
158 ],
148 "SdchPersistence": [ 159 "SdchPersistence": [
149 { 160 {
150 "group_name": "Enabled" 161 "group_name": "Enabled"
151 } 162 }
152 ], 163 ],
164 "SettingsEnforcement": [
165 {
166 "group_name": "enforce_always_with_extensions_and_dse"
167 }
168 ],
153 "SyncHttpContentCompression": [ 169 "SyncHttpContentCompression": [
154 { 170 {
155 "group_name": "Enabled" 171 "group_name": "Enabled"
156 }, 172 },
157 { 173 {
158 "group_name": "Disabled" 174 "group_name": "Disabled"
159 } 175 }
160 ], 176 ],
161 "AutofillFieldMetadata": [
162 {
163 "group_name": "Enabled"
164 }
165 ],
166 "TabSyncByRecency": [ 177 "TabSyncByRecency": [
167 { 178 {
168 "group_name": "Enabled" 179 "group_name": "Enabled"
169 } 180 }
170 ], 181 ],
171 "UseDelayAgnosticAEC": [ 182 "UseDelayAgnosticAEC": [
172 { 183 {
173 "group_name": "DefaultEnabled" 184 "group_name": "DefaultEnabled"
174 } 185 }
175 ], 186 ],
176 "VarationsServiceControl": [ 187 "VarationsServiceControl": [
177 { 188 {
178 "group_name": "Interval_30min", 189 "group_name": "Interval_30min",
179 "params": { 190 "params": {
180 "fetch_period_min": "30" 191 "fetch_period_min": "30"
181 } 192 }
182 } 193 }
183 ],
184 "SafeBrowsingReportPhishingErrorLink": [
185 {
186 "group_name": "Enabled"
187 },
188 {
189 "group_name": "Control"
190 },
191 {
192 "group_name": "Disabled"
193 }
194 ] 194 ]
195 } 195 }
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