| OLD | NEW |
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | |
| 3 { | |
| 4 "platforms": [ | |
| 5 "android", | |
| 6 "chromeos", | |
| 7 "ios", | |
| 8 "linux", | |
| 9 "mac", | |
| 10 "win" | |
| 11 ], | |
| 12 "experiments": [ | |
| 13 { | |
| 14 "name": "AlternateComponentUrls", | |
| 15 "enable_features": [ | |
| 16 "AlternateComponentUrls" | |
| 17 ] | |
| 18 } | |
| 19 ] | |
| 20 } | |
| 21 ], | |
| 22 "AndroidSpellChecker": [ | 2 "AndroidSpellChecker": [ |
| 23 { | 3 { |
| 24 "platforms": [ | 4 "platforms": [ |
| 25 "android" | 5 "android" |
| 26 ], | 6 ], |
| 27 "experiments": [ | 7 "experiments": [ |
| 28 { | 8 { |
| 29 "name": "Enabled_NonLowEnd", | 9 "name": "Enabled_NonLowEnd", |
| 30 "enable_features": [ | 10 "enable_features": [ |
| 31 "AndroidSpellCheckerNonLowEnd" | 11 "AndroidSpellCheckerNonLowEnd" |
| (...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2689 { | 2669 { |
| 2690 "name": "Enabled", | 2670 "name": "Enabled", |
| 2691 "enable_features": [ | 2671 "enable_features": [ |
| 2692 "use-new-media-cache" | 2672 "use-new-media-cache" |
| 2693 ] | 2673 ] |
| 2694 } | 2674 } |
| 2695 ] | 2675 ] |
| 2696 } | 2676 } |
| 2697 ] | 2677 ] |
| 2698 } | 2678 } |
| OLD | NEW |