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_win.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
« 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 "AsyncSetAsDefault": [ 2 "AsyncSetAsDefault": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 { 211 {
212 "group_name": "ShowAndPossiblySend", 212 "group_name": "ShowAndPossiblySend",
213 "params": { 213 "params": {
214 "sendingThreshold": "abcdef" 214 "sendingThreshold": "abcdef"
215 } 215 }
216 }, 216 },
217 { 217 {
218 "group_name": "DontShowAndDontSend" 218 "group_name": "DontShowAndDontSend"
219 } 219 }
220 ], 220 ],
221 "ResourcePriorities": [
222 {
223 "group_name": "AllExceptAsyncScripts_11011_1_1_10"
224 },
225 {
226 "group_name": "Control"
227 }
228 ],
221 "SRTPromptFieldTrial": [ 229 "SRTPromptFieldTrial": [
222 { 230 {
223 "group_name": "On" 231 "group_name": "On"
224 } 232 }
225 ], 233 ],
226 "SafeBrowsingReportPhishingErrorLink": [ 234 "SafeBrowsingReportPhishingErrorLink": [
227 { 235 {
228 "group_name": "Enabled" 236 "group_name": "Enabled"
229 }, 237 },
230 { 238 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 { 320 {
313 "group_name": "Enabled" 321 "group_name": "Enabled"
314 } 322 }
315 ], 323 ],
316 "WebRTC-PeerConnectionDTLS1.2": [ 324 "WebRTC-PeerConnectionDTLS1.2": [
317 { 325 {
318 "group_name": "Enabled" 326 "group_name": "Enabled"
319 } 327 }
320 ] 328 ]
321 } 329 }
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