| 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 }, | 1019 }, |
| 1020 { | 1020 { |
| 1021 "name": "Control" | 1021 "name": "Control" |
| 1022 }, | 1022 }, |
| 1023 { | 1023 { |
| 1024 "name": "Disabled" | 1024 "name": "Disabled" |
| 1025 } | 1025 } |
| 1026 ] | 1026 ] |
| 1027 } | 1027 } |
| 1028 ], | 1028 ], |
| 1029 "LazyParseCSS": [ |
| 1030 { |
| 1031 "platforms": [ |
| 1032 "linux", |
| 1033 "mac", |
| 1034 "win", |
| 1035 "android" |
| 1036 ], |
| 1037 "experiments": [ |
| 1038 { |
| 1039 "name": "Enabled", |
| 1040 "enable_features": [ |
| 1041 "LazyParseCSS" |
| 1042 ] |
| 1043 } |
| 1044 ] |
| 1045 } |
| 1046 ], |
| 1029 "LimitSyncPassphrasePrompt": [ | 1047 "LimitSyncPassphrasePrompt": [ |
| 1030 { | 1048 { |
| 1031 "platforms": [ | 1049 "platforms": [ |
| 1032 "android" | 1050 "android" |
| 1033 ], | 1051 ], |
| 1034 "experiments": [ | 1052 "experiments": [ |
| 1035 { | 1053 { |
| 1036 "name": "Enabled" | 1054 "name": "Enabled" |
| 1037 } | 1055 } |
| 1038 ] | 1056 ] |
| (...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2757 { | 2775 { |
| 2758 "name": "Enabled", | 2776 "name": "Enabled", |
| 2759 "enable_features": [ | 2777 "enable_features": [ |
| 2760 "use-new-media-cache" | 2778 "use-new-media-cache" |
| 2761 ] | 2779 ] |
| 2762 } | 2780 } |
| 2763 ] | 2781 ] |
| 2764 } | 2782 } |
| 2765 ] | 2783 ] |
| 2766 } | 2784 } |
| OLD | NEW |