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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 { 264 {
265 "group_name": "ShowAndPossiblySend", 265 "group_name": "ShowAndPossiblySend",
266 "params": { 266 "params": {
267 "sendingThreshold": "abcdef" 267 "sendingThreshold": "abcdef"
268 } 268 }
269 }, 269 },
270 { 270 {
271 "group_name": "DontShowAndDontSend" 271 "group_name": "DontShowAndDontSend"
272 } 272 }
273 ], 273 ],
274 "ResourcePriorities": [
275 {
276 "group_name": "AllExceptAsyncScripts_11011_1_1_10"
277 },
278 {
279 "group_name": "Control"
280 }
281 ],
274 "SafeBrowsingAndroid": [ 282 "SafeBrowsingAndroid": [
275 { 283 {
276 "group_name": "Enabled", 284 "group_name": "Enabled",
277 "params": { 285 "params": {
278 "enabled": "true", 286 "enabled": "true",
279 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" 287 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
280 } 288 }
281 }, 289 },
282 { 290 {
283 "group_name": "Control" 291 "group_name": "Control"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 { 429 {
422 "group_name": "Enabled" 430 "group_name": "Enabled"
423 } 431 }
424 ], 432 ],
425 "WebRTC-PeerConnectionDTLS1.2": [ 433 "WebRTC-PeerConnectionDTLS1.2": [
426 { 434 {
427 "group_name": "Enabled" 435 "group_name": "Enabled"
428 } 436 }
429 ] 437 ]
430 } 438 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698