| OLD | NEW |
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 "params": { | 615 "params": { |
| 616 "persistent_menu_item_enabled": "true" | 616 "persistent_menu_item_enabled": "true" |
| 617 }, | 617 }, |
| 618 "enable_features": [ | 618 "enable_features": [ |
| 619 "DataReductionProxyMainMenu" | 619 "DataReductionProxyMainMenu" |
| 620 ] | 620 ] |
| 621 } | 621 } |
| 622 ] | 622 ] |
| 623 } | 623 } |
| 624 ], | 624 ], |
| 625 "DataReductionProxyPreviewsBlacklistTransition": [ |
| 626 { |
| 627 "platforms": [ |
| 628 "android" |
| 629 ], |
| 630 "experiments": [ |
| 631 { |
| 632 "name": "Enabled" |
| 633 } |
| 634 ] |
| 635 } |
| 636 ], |
| 625 "DataReductionProxyServerExperiments": [ | 637 "DataReductionProxyServerExperiments": [ |
| 626 { | 638 { |
| 627 "platforms": [ | 639 "platforms": [ |
| 628 "android" | 640 "android" |
| 629 ], | 641 ], |
| 630 "experiments": [ | 642 "experiments": [ |
| 631 { | 643 { |
| 632 "name": "Brotli", | 644 "name": "Brotli", |
| 633 "params": { | 645 "params": { |
| 634 "exp": "allow_brotli" | 646 "exp": "allow_brotli" |
| (...skipping 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3449 { | 3461 { |
| 3450 "name": "Enabled", | 3462 "name": "Enabled", |
| 3451 "enable_features": [ | 3463 "enable_features": [ |
| 3452 "use-new-media-cache" | 3464 "use-new-media-cache" |
| 3453 ] | 3465 ] |
| 3454 } | 3466 } |
| 3455 ] | 3467 ] |
| 3456 } | 3468 } |
| 3457 ] | 3469 ] |
| 3458 } | 3470 } |
| OLD | NEW |