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

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

Issue 1830343002: Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, addressed holte comments Created 4 years, 8 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "hysteresis_period_seconds": "120", 85 "hysteresis_period_seconds": "120",
86 "rtt_msec": "2000" 86 "rtt_msec": "2000"
87 } 87 }
88 } 88 }
89 ], 89 ],
90 "DataCompressionProxyPromoVisibility": [ 90 "DataCompressionProxyPromoVisibility": [
91 { 91 {
92 "group_name": "Enabled" 92 "group_name": "Enabled"
93 } 93 }
94 ], 94 ],
95 "DataReductionProxyConfigService": [
96 {
97 "group_name": "Enabled",
98 "params": {
99 "minimum_refresh_interval_on_success_msec": "21600000"
100 }
101 }
102 ],
103 "DataReductionProxyFREPromo": [ 95 "DataReductionProxyFREPromo": [
104 { 96 {
105 "group_name": "Enabled" 97 "group_name": "Enabled"
106 } 98 }
107 ], 99 ],
108 "DataReductionProxyUseQuic": [ 100 "DataReductionProxyUseQuic": [
109 { 101 {
110 "group_name": "Enabled" 102 "group_name": "Enabled"
111 } 103 }
112 ], 104 ],
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 ], 450 ],
459 "use-new-media-cache": [ 451 "use-new-media-cache": [
460 { 452 {
461 "enable_features": [ 453 "enable_features": [
462 "use-new-media-cache" 454 "use-new-media-cache"
463 ], 455 ],
464 "group_name": "Enabled" 456 "group_name": "Enabled"
465 } 457 }
466 ] 458 ]
467 } 459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698