| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "name": "Default" | 215 "name": "Default" |
| 216 }, | 216 }, |
| 217 { | 217 { |
| 218 "name": "EnableViaFlag", | 218 "name": "EnableViaFlag", |
| 219 "forcing_flag": "enable-browser-task-scheduler", | 219 "forcing_flag": "enable-browser-task-scheduler", |
| 220 "params": { | 220 "params": { |
| 221 "Background": "3;8;0.1;0;30000", | 221 "Background": "3;8;0.1;0;30000", |
| 222 "BackgroundFileIO": "3;8;0.1;0;30000", | 222 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 223 "Foreground": "8;32;0.3;0;30000", | 223 "Foreground": "8;32;0.3;0;30000", |
| 224 "ForegroundFileIO": "8;32;0.3;0;30000", | 224 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 225 "RedirectHistoryService": "true", |
| 225 "RedirectSequencedWorkerPools": "true" | 226 "RedirectSequencedWorkerPools": "true" |
| 226 } | 227 } |
| 227 }, | 228 }, |
| 228 { | 229 { |
| 229 "name": "DisableViaFlag", | 230 "name": "DisableViaFlag", |
| 230 "forcing_flag": "disable-browser-task-scheduler" | 231 "forcing_flag": "disable-browser-task-scheduler" |
| 231 } | 232 } |
| 232 ] | 233 ] |
| 233 } | 234 } |
| 234 ], | 235 ], |
| (...skipping 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2390 { | 2391 { |
| 2391 "name": "Enabled", | 2392 "name": "Enabled", |
| 2392 "enable_features": [ | 2393 "enable_features": [ |
| 2393 "use-new-media-cache" | 2394 "use-new-media-cache" |
| 2394 ] | 2395 ] |
| 2395 } | 2396 } |
| 2396 ] | 2397 ] |
| 2397 } | 2398 } |
| 2398 ] | 2399 ] |
| 2399 } | 2400 } |
| OLD | NEW |