| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "DataCompressionProxyPromoVisibility": [ | 93 "DataCompressionProxyPromoVisibility": [ |
| 94 { | 94 { |
| 95 "group_name": "Enabled" | 95 "group_name": "Enabled" |
| 96 } | 96 } |
| 97 ], | 97 ], |
| 98 "DataReductionProxyFREPromo": [ | 98 "DataReductionProxyFREPromo": [ |
| 99 { | 99 { |
| 100 "group_name": "Enabled" | 100 "group_name": "Enabled" |
| 101 } | 101 } |
| 102 ], | 102 ], |
| 103 "DataReductionProxyServerExperiments": [ |
| 104 { |
| 105 "group_name": "TamperDetection_enabled", |
| 106 "params": { |
| 107 "exp": "ctd" |
| 108 } |
| 109 } |
| 110 ], |
| 103 "DataReductionProxyUseQuic": [ | 111 "DataReductionProxyUseQuic": [ |
| 104 { | 112 { |
| 105 "group_name": "Enabled" | 113 "group_name": "Enabled" |
| 106 } | 114 } |
| 107 ], | 115 ], |
| 108 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 116 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
| 109 { | 117 { |
| 110 "enable_features": [ | 118 "enable_features": [ |
| 111 "DocumentWriteEvaluator" | 119 "DocumentWriteEvaluator" |
| 112 ], | 120 ], |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 ], | 540 ], |
| 533 "use-new-media-cache": [ | 541 "use-new-media-cache": [ |
| 534 { | 542 { |
| 535 "enable_features": [ | 543 "enable_features": [ |
| 536 "use-new-media-cache" | 544 "use-new-media-cache" |
| 537 ], | 545 ], |
| 538 "group_name": "Enabled" | 546 "group_name": "Enabled" |
| 539 } | 547 } |
| 540 ] | 548 ] |
| 541 } | 549 } |
| OLD | NEW |