| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Disabled" | 9 "name": "Disabled" |
| 10 } | 10 } |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 "Background": "3;8;0.1;0;30000", | 210 "Background": "3;8;0.1;0;30000", |
| 211 "BackgroundFileIO": "3;8;0.1;0;30000", | 211 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 212 "Foreground": "8;32;0.3;0;30000", | 212 "Foreground": "8;32;0.3;0;30000", |
| 213 "ForegroundFileIO": "8;32;0.3;0;30000", | 213 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 214 "RedirectSequencedWorkerPools": "true" | 214 "RedirectSequencedWorkerPools": "true" |
| 215 } | 215 } |
| 216 } | 216 } |
| 217 ] | 217 ] |
| 218 } | 218 } |
| 219 ], | 219 ], |
| 220 "CSSExternalScanner": [ |
| 221 { |
| 222 "platforms": [ |
| 223 "win", |
| 224 "mac", |
| 225 "chromeos", |
| 226 "linux", |
| 227 "android" |
| 228 ], |
| 229 "experiments": [ |
| 230 { |
| 231 "name": "Enabled_ScanAndPreload", |
| 232 "params": { |
| 233 "cssExternalScannerNoPreload": "false", |
| 234 "cssExternalScannerPreload": "true" |
| 235 } |
| 236 } |
| 237 ] |
| 238 } |
| 239 ], |
| 220 "CaptivePortalInterstitial": [ | 240 "CaptivePortalInterstitial": [ |
| 221 { | 241 { |
| 222 "platforms": [ | 242 "platforms": [ |
| 223 "chromeos", | 243 "chromeos", |
| 224 "linux", | 244 "linux", |
| 225 "mac", | 245 "mac", |
| 226 "win" | 246 "win" |
| 227 ], | 247 ], |
| 228 "experiments": [ | 248 "experiments": [ |
| 229 { | 249 { |
| (...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2319 { | 2339 { |
| 2320 "name": "Enabled", | 2340 "name": "Enabled", |
| 2321 "enable_features": [ | 2341 "enable_features": [ |
| 2322 "use-new-media-cache" | 2342 "use-new-media-cache" |
| 2323 ] | 2343 ] |
| 2324 } | 2344 } |
| 2325 ] | 2345 ] |
| 2326 } | 2346 } |
| 2327 ] | 2347 ] |
| 2328 } | 2348 } |
| OLD | NEW |