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

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

Issue 2888283007: Add DRPUseQuic param to testing config (Closed)
Patch Set: Created 3 years, 7 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 | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 { 597 {
598 "platforms": [ 598 "platforms": [
599 "android", 599 "android",
600 "chromeos", 600 "chromeos",
601 "linux", 601 "linux",
602 "mac", 602 "mac",
603 "win" 603 "win"
604 ], 604 ],
605 "experiments": [ 605 "experiments": [
606 { 606 {
607 "name": "Enabled" 607 "name": "Enabled",
608 "params": {
609 "enable_warmup": "true"
610 }
608 } 611 }
609 ] 612 ]
610 } 613 }
611 ], 614 ],
612 "DefaultBrowserInfobar": [ 615 "DefaultBrowserInfobar": [
613 { 616 {
614 "platforms": [ 617 "platforms": [
615 "win" 618 "win"
616 ], 619 ],
617 "experiments": [ 620 "experiments": [
(...skipping 2782 matching lines...) Expand 10 before | Expand all | Expand 10 after
3400 { 3403 {
3401 "name": "Enabled", 3404 "name": "Enabled",
3402 "enable_features": [ 3405 "enable_features": [
3403 "use-new-media-cache" 3406 "use-new-media-cache"
3404 ] 3407 ]
3405 } 3408 }
3406 ] 3409 ]
3407 } 3410 }
3408 ] 3411 ]
3409 } 3412 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698