OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |