Chromium Code Reviews| 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" | |
|
Alexei Svitkine (slow)
2016/06/09 21:48:14
Actually, you should add a params section here to
bengr
2016/06/10 23:21:14
Done.
| |
| 106 } | |
| 107 ], | |
| 103 "DataReductionProxyUseQuic": [ | 108 "DataReductionProxyUseQuic": [ |
| 104 { | 109 { |
| 105 "group_name": "Enabled" | 110 "group_name": "Enabled" |
| 106 } | 111 } |
| 107 ], | 112 ], |
| 108 "DisallowFetchForDocWrittenScriptsInMainFrame": [ | 113 "DisallowFetchForDocWrittenScriptsInMainFrame": [ |
| 109 { | 114 { |
| 110 "enable_features": [ | 115 "enable_features": [ |
| 111 "DocumentWriteEvaluator" | 116 "DocumentWriteEvaluator" |
| 112 ], | 117 ], |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 532 ], | 537 ], |
| 533 "use-new-media-cache": [ | 538 "use-new-media-cache": [ |
| 534 { | 539 { |
| 535 "enable_features": [ | 540 "enable_features": [ |
| 536 "use-new-media-cache" | 541 "use-new-media-cache" |
| 537 ], | 542 ], |
| 538 "group_name": "Enabled" | 543 "group_name": "Enabled" |
| 539 } | 544 } |
| 540 ] | 545 ] |
| 541 } | 546 } |
| OLD | NEW |