| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "name": "SystemDnsA" | 107 "name": "SystemDnsA" |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "name": "AsyncDnsNoFallbackA" | 110 "name": "AsyncDnsNoFallbackA" |
| 111 } | 111 } |
| 112 ] | 112 ] |
| 113 } | 113 } |
| 114 ], | 114 ], |
| 115 "AutoDismissingDialogs": [ | |
| 116 { | |
| 117 "platforms": [ | |
| 118 "chromeos", | |
| 119 "linux", | |
| 120 "mac", | |
| 121 "win" | |
| 122 ], | |
| 123 "experiments": [ | |
| 124 { | |
| 125 "name": "Enabled", | |
| 126 "enable_features": [ | |
| 127 "AutoDismissingDialogs" | |
| 128 ] | |
| 129 } | |
| 130 ] | |
| 131 } | |
| 132 ], | |
| 133 "AutodetectEncoding": [ | 115 "AutodetectEncoding": [ |
| 134 { | 116 { |
| 135 "platforms": [ | 117 "platforms": [ |
| 136 "android" | 118 "android" |
| 137 ], | 119 ], |
| 138 "experiments": [ | 120 "experiments": [ |
| 139 { | 121 { |
| 140 "name": "Enabled" | 122 "name": "Enabled" |
| 141 } | 123 } |
| 142 ] | 124 ] |
| (...skipping 3160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3303 { | 3285 { |
| 3304 "name": "Enabled", | 3286 "name": "Enabled", |
| 3305 "enable_features": [ | 3287 "enable_features": [ |
| 3306 "use-new-media-cache" | 3288 "use-new-media-cache" |
| 3307 ] | 3289 ] |
| 3308 } | 3290 } |
| 3309 ] | 3291 ] |
| 3310 } | 3292 } |
| 3311 ] | 3293 ] |
| 3312 } | 3294 } |
| OLD | NEW |