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

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

Issue 1707723002: Revert 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, 10 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 ],
282 "SafeBrowsingAndroid": [ 274 "SafeBrowsingAndroid": [
283 { 275 {
284 "group_name": "Enabled", 276 "group_name": "Enabled",
285 "params": { 277 "params": {
286 "enabled": "true", 278 "enabled": "true",
287 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15" 279 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
288 } 280 }
289 }, 281 },
290 { 282 {
291 "group_name": "Control" 283 "group_name": "Control"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 { 421 {
430 "group_name": "Enabled" 422 "group_name": "Enabled"
431 } 423 }
432 ], 424 ],
433 "WebRTC-PeerConnectionDTLS1.2": [ 425 "WebRTC-PeerConnectionDTLS1.2": [
434 { 426 {
435 "group_name": "Enabled" 427 "group_name": "Enabled"
436 } 428 }
437 ] 429 ]
438 } 430 }
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