| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "platforms": [ | 187 "platforms": [ |
| 188 "android", | 188 "android", |
| 189 "chromeos", | 189 "chromeos", |
| 190 "ios", | 190 "ios", |
| 191 "linux", | 191 "linux", |
| 192 "mac", | 192 "mac", |
| 193 "win" | 193 "win" |
| 194 ], | 194 ], |
| 195 "experiments": [ | 195 "experiments": [ |
| 196 { | 196 { |
| 197 "name": "Enabled", | 197 "name": "Default" |
| 198 "params": { | |
| 199 "Background": "3;8;0.1;0;30000", | |
| 200 "BackgroundFileIO": "3;8;0.1;0;30000", | |
| 201 "Foreground": "8;32;0.3;0;30000", | |
| 202 "ForegroundFileIO": "8;32;0.3;0;30000", | |
| 203 "RedirectSequencedWorkerPools": "true" | |
| 204 } | |
| 205 }, | 198 }, |
| 206 { | 199 { |
| 207 "name": "EnableViaFlag", | 200 "name": "EnableViaFlag", |
| 208 "forcing_flag": "enable-browser-task-scheduler", | 201 "forcing_flag": "enable-browser-task-scheduler", |
| 209 "params": { | 202 "params": { |
| 210 "Background": "3;8;0.1;0;30000", | 203 "Background": "3;8;0.1;0;30000", |
| 211 "BackgroundFileIO": "3;8;0.1;0;30000", | 204 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 212 "Foreground": "8;32;0.3;0;30000", | 205 "Foreground": "8;32;0.3;0;30000", |
| 213 "ForegroundFileIO": "8;32;0.3;0;30000", | 206 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 214 "RedirectSequencedWorkerPools": "true" | 207 "RedirectSequencedWorkerPools": "true" |
| (...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2243 { | 2236 { |
| 2244 "name": "Enabled", | 2237 "name": "Enabled", |
| 2245 "enable_features": [ | 2238 "enable_features": [ |
| 2246 "use-new-media-cache" | 2239 "use-new-media-cache" |
| 2247 ] | 2240 ] |
| 2248 } | 2241 } |
| 2249 ] | 2242 ] |
| 2250 } | 2243 } |
| 2251 ] | 2244 ] |
| 2252 } | 2245 } |
| OLD | NEW |