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

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

Issue 1784553002: Reland of Added ResourcePriorities field trial to the waterfall testing config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 }
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 131 {
132 "group_name": "ShowAndPossiblySend", 132 "group_name": "ShowAndPossiblySend",
133 "params": { 133 "params": {
134 "sendingThreshold": "abcdef" 134 "sendingThreshold": "abcdef"
135 } 135 }
136 }, 136 },
137 { 137 {
138 "group_name": "DontShowAndDontSend" 138 "group_name": "DontShowAndDontSend"
139 } 139 }
140 ], 140 ],
141 "ResourcePriorities": [
142 {
143 "group_name": "AllExceptAsyncScripts_11011_1_1_10"
144 },
145 {
146 "group_name": "Control"
147 }
148 ],
141 "SafeBrowsingReportPhishingErrorLink": [ 149 "SafeBrowsingReportPhishingErrorLink": [
142 { 150 {
143 "group_name": "Enabled" 151 "group_name": "Enabled"
144 }, 152 },
145 { 153 {
146 "group_name": "Control" 154 "group_name": "Control"
147 }, 155 },
148 { 156 {
149 "group_name": "Disabled" 157 "group_name": "Disabled"
150 } 158 }
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 { 225 {
218 "group_name": "Enabled" 226 "group_name": "Enabled"
219 } 227 }
220 ], 228 ],
221 "WebRTC-PeerConnectionDTLS1.2": [ 229 "WebRTC-PeerConnectionDTLS1.2": [
222 { 230 {
223 "group_name": "Enabled" 231 "group_name": "Enabled"
224 } 232 }
225 ] 233 ]
226 } 234 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698