| 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 ], |
| 2 "AndroidSpellChecker": [ | 22 "AndroidSpellChecker": [ |
| 3 { | 23 { |
| 4 "platforms": [ | 24 "platforms": [ |
| 5 "android" | 25 "android" |
| 6 ], | 26 ], |
| 7 "experiments": [ | 27 "experiments": [ |
| 8 { | 28 { |
| 9 "name": "Enabled_NonLowEnd", | 29 "name": "Enabled_NonLowEnd", |
| 10 "enable_features": [ | 30 "enable_features": [ |
| 11 "AndroidSpellCheckerNonLowEnd" | 31 "AndroidSpellCheckerNonLowEnd" |
| (...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2669 { | 2689 { |
| 2670 "name": "Enabled", | 2690 "name": "Enabled", |
| 2671 "enable_features": [ | 2691 "enable_features": [ |
| 2672 "use-new-media-cache" | 2692 "use-new-media-cache" |
| 2673 ] | 2693 ] |
| 2674 } | 2694 } |
| 2675 ] | 2695 ] |
| 2676 } | 2696 } |
| 2677 ] | 2697 ] |
| 2678 } | 2698 } |
| OLD | NEW |