| 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 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2528 { | 2527 { |
| 2529 "name": "Enabled", | 2528 "name": "Enabled", |
| 2530 "enable_features": [ | 2529 "enable_features": [ |
| 2531 "use-new-media-cache" | 2530 "use-new-media-cache" |
| 2532 ] | 2531 ] |
| 2533 } | 2532 } |
| 2534 ] | 2533 ] |
| 2535 } | 2534 } |
| 2536 ] | 2535 ] |
| 2537 } | 2536 } |
| OLD | NEW |