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

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

Issue 2942833003: Add field trial config for NetAdaptiveProxyConnectionTimeout (Closed)
Patch Set: Created 3 years, 6 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 ] 562 ]
563 } 563 }
564 ], 564 ],
565 "DataReductionProxyFREPromo": [ 565 "DataReductionProxyFREPromo": [
566 { 566 {
567 "platforms": [ 567 "platforms": [
568 "android" 568 "android"
569 ], 569 ],
570 "experiments": [ 570 "experiments": [
571 { 571 {
572 "name": "Enabled_Warmup", 572 "name": "Enabled"
573 "params": {
574 "enable_warmup": "true"
575 }
576 } 573 }
577 ] 574 ]
578 } 575 }
579 ], 576 ],
580 "DataReductionProxyMainMenu": [ 577 "DataReductionProxyMainMenu": [
581 { 578 {
582 "platforms": [ 579 "platforms": [
583 "android" 580 "android"
584 ], 581 ],
585 "experiments": [ 582 "experiments": [
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 "experiments": [ 1626 "experiments": [
1630 { 1627 {
1631 "name": "Enabled", 1628 "name": "Enabled",
1632 "enable_features": [ 1629 "enable_features": [
1633 "NTPTilesInInstantService" 1630 "NTPTilesInInstantService"
1634 ] 1631 ]
1635 } 1632 }
1636 ] 1633 ]
1637 } 1634 }
1638 ], 1635 ],
1636 "NetAdaptiveProxyConnectionTimeout": [
1637 {
1638 "platforms": [
1639 "android"
1640 ],
1641 "experiments": [
1642 {
1643 "name": "Enabled"
1644 }
1645 ]
1646 }
1647 ],
1639 "NetDelayableH2AndQuicRequests": [ 1648 "NetDelayableH2AndQuicRequests": [
1640 { 1649 {
1641 "platforms": [ 1650 "platforms": [
1642 "chromeos", 1651 "chromeos",
1643 "linux", 1652 "linux",
1644 "mac", 1653 "mac",
1645 "win", 1654 "win",
1646 "android" 1655 "android"
1647 ], 1656 ],
1648 "experiments": [ 1657 "experiments": [
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
3419 { 3428 {
3420 "name": "Enabled", 3429 "name": "Enabled",
3421 "enable_features": [ 3430 "enable_features": [
3422 "use-new-media-cache" 3431 "use-new-media-cache"
3423 ] 3432 ]
3424 } 3433 }
3425 ] 3434 ]
3426 } 3435 }
3427 ] 3436 ]
3428 } 3437 }
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