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