| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSpellChecker": [ | 2 "AndroidSpellChecker": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Enabled_NonLowEnd", | 9 "name": "Enabled_NonLowEnd", |
| 10 "enable_features": [ | 10 "enable_features": [ |
| (...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2186 "linux", | 2186 "linux", |
| 2187 "mac" | 2187 "mac" |
| 2188 ], | 2188 ], |
| 2189 "experiments": [ | 2189 "experiments": [ |
| 2190 { | 2190 { |
| 2191 "name": "ExperimentYes" | 2191 "name": "ExperimentYes" |
| 2192 } | 2192 } |
| 2193 ] | 2193 ] |
| 2194 } | 2194 } |
| 2195 ], | 2195 ], |
| 2196 "SiteIsolationForExtensions": [ |
| 2197 { |
| 2198 "platforms": [ |
| 2199 "chromeos", |
| 2200 "linux", |
| 2201 "mac", |
| 2202 "win" |
| 2203 ], |
| 2204 "experiments": [ |
| 2205 { |
| 2206 "name": "Enabled" |
| 2207 } |
| 2208 ] |
| 2209 } |
| 2210 ], |
| 2196 "SpeculativeLaunchServiceWorker": [ | 2211 "SpeculativeLaunchServiceWorker": [ |
| 2197 { | 2212 { |
| 2198 "platforms": [ | 2213 "platforms": [ |
| 2199 "android", | 2214 "android", |
| 2200 "chromeos", | 2215 "chromeos", |
| 2201 "linux", | 2216 "linux", |
| 2202 "mac", | 2217 "mac", |
| 2203 "win" | 2218 "win" |
| 2204 ], | 2219 ], |
| 2205 "experiments": [ | 2220 "experiments": [ |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2569 { | 2584 { |
| 2570 "name": "Enabled", | 2585 "name": "Enabled", |
| 2571 "enable_features": [ | 2586 "enable_features": [ |
| 2572 "use-new-media-cache" | 2587 "use-new-media-cache" |
| 2573 ] | 2588 ] |
| 2574 } | 2589 } |
| 2575 ] | 2590 ] |
| 2576 } | 2591 } |
| 2577 ] | 2592 ] |
| 2578 } | 2593 } |
| OLD | NEW |