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

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

Issue 1839783002: Revert of Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ],
95 "DataReductionProxyFREPromo": [ 103 "DataReductionProxyFREPromo": [
96 { 104 {
97 "group_name": "Enabled" 105 "group_name": "Enabled"
98 } 106 }
99 ], 107 ],
100 "DataReductionProxyUseQuic": [ 108 "DataReductionProxyUseQuic": [
101 { 109 {
102 "group_name": "Enabled" 110 "group_name": "Enabled"
103 } 111 }
104 ], 112 ],
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 ], 458 ],
451 "use-new-media-cache": [ 459 "use-new-media-cache": [
452 { 460 {
453 "enable_features": [ 461 "enable_features": [
454 "use-new-media-cache" 462 "use-new-media-cache"
455 ], 463 ],
456 "group_name": "Enabled" 464 "group_name": "Enabled"
457 } 465 }
458 ] 466 ]
459 } 467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698