| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "chromeos", | 207 "chromeos", |
| 208 "ios", | 208 "ios", |
| 209 "linux", | 209 "linux", |
| 210 "mac", | 210 "mac", |
| 211 "win" | 211 "win" |
| 212 ], | 212 ], |
| 213 "experiments": [ | 213 "experiments": [ |
| 214 { | 214 { |
| 215 "name": "Default", | 215 "name": "Default", |
| 216 "params": { | 216 "params": { |
| 217 "RedirectHistoryService": "true", | |
| 218 "RedirectSequencedWorkerPools": "true" | 217 "RedirectSequencedWorkerPools": "true" |
| 219 } | 218 } |
| 220 }, | 219 }, |
| 221 { | 220 { |
| 222 "name": "EnableViaFlag", | 221 "name": "EnableViaFlag", |
| 223 "forcing_flag": "enable-browser-task-scheduler", | 222 "forcing_flag": "enable-browser-task-scheduler", |
| 224 "params": { | 223 "params": { |
| 225 "RedirectHistoryService": "true", | 224 "RedirectHistoryService": "true", |
| 226 "RedirectNonUINonIOBrowserThreads": "true", | 225 "RedirectNonUINonIOBrowserThreads": "true", |
| 227 "RedirectSequencedWorkerPools": "true" | 226 "RedirectSequencedWorkerPools": "true" |
| (...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2510 { | 2509 { |
| 2511 "name": "Enabled", | 2510 "name": "Enabled", |
| 2512 "enable_features": [ | 2511 "enable_features": [ |
| 2513 "use-new-media-cache" | 2512 "use-new-media-cache" |
| 2514 ] | 2513 ] |
| 2515 } | 2514 } |
| 2516 ] | 2515 ] |
| 2517 } | 2516 } |
| 2518 ] | 2517 ] |
| 2519 } | 2518 } |
| OLD | NEW |