| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "win" | 211 "win" |
| 212 ], | 212 ], |
| 213 "experiments": [ | 213 "experiments": [ |
| 214 { | 214 { |
| 215 "name": "Enabled", | 215 "name": "Enabled", |
| 216 "params": { | 216 "params": { |
| 217 "Background": "3;8;0.1;0;30000", | 217 "Background": "3;8;0.1;0;30000", |
| 218 "BackgroundFileIO": "3;8;0.1;0;30000", | 218 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 219 "Foreground": "8;32;0.3;0;30000", | 219 "Foreground": "8;32;0.3;0;30000", |
| 220 "ForegroundFileIO": "8;32;0.3;0;30000", | 220 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 221 "RedirectHistoryService": "true", |
| 221 "RedirectSequencedWorkerPools": "true" | 222 "RedirectSequencedWorkerPools": "true" |
| 222 } | 223 } |
| 223 }, | 224 }, |
| 224 { | 225 { |
| 225 "name": "EnableViaFlag", | 226 "name": "EnableViaFlag", |
| 226 "forcing_flag": "enable-browser-task-scheduler", | 227 "forcing_flag": "enable-browser-task-scheduler", |
| 227 "params": { | 228 "params": { |
| 228 "Background": "3;8;0.1;0;30000", | 229 "Background": "3;8;0.1;0;30000", |
| 229 "BackgroundFileIO": "3;8;0.1;0;30000", | 230 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 230 "Foreground": "8;32;0.3;0;30000", | 231 "Foreground": "8;32;0.3;0;30000", |
| 231 "ForegroundFileIO": "8;32;0.3;0;30000", | 232 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 233 "RedirectHistoryService": "true", |
| 232 "RedirectSequencedWorkerPools": "true" | 234 "RedirectSequencedWorkerPools": "true" |
| 233 } | 235 } |
| 234 }, | 236 }, |
| 235 { | 237 { |
| 236 "name": "DisableViaFlag", | 238 "name": "DisableViaFlag", |
| 237 "forcing_flag": "disable-browser-task-scheduler" | 239 "forcing_flag": "disable-browser-task-scheduler" |
| 238 } | 240 } |
| 239 ] | 241 ] |
| 240 } | 242 } |
| 241 ], | 243 ], |
| (...skipping 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2361 { | 2363 { |
| 2362 "name": "Enabled", | 2364 "name": "Enabled", |
| 2363 "enable_features": [ | 2365 "enable_features": [ |
| 2364 "use-new-media-cache" | 2366 "use-new-media-cache" |
| 2365 ] | 2367 ] |
| 2366 } | 2368 } |
| 2367 ] | 2369 ] |
| 2368 } | 2370 } |
| 2369 ] | 2371 ] |
| 2370 } | 2372 } |
| OLD | NEW |