Chromium Code Reviews| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 199 { | 199 { |
| 200 "name": "EnableViaFlag", | 200 "name": "EnableViaFlag", |
| 201 "forcing_flag": "enable-browser-task-scheduler", | 201 "forcing_flag": "enable-browser-task-scheduler", |
| 202 "params": { | 202 "params": { |
| 203 "Background": "3;8;0.1;0;30000", | 203 "Background": "3;8;0.1;0;30000", |
| 204 "BackgroundFileIO": "3;8;0.1;0;30000", | 204 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 205 "Foreground": "8;32;0.3;0;30000", | 205 "Foreground": "8;32;0.3;0;30000", |
| 206 "ForegroundFileIO": "8;32;0.3;0;30000", | 206 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 207 "RedirectSequencedWorkerPools": "true" | 207 "RedirectSequencedWorkerPools": "true" |
| 208 } | 208 } |
| 209 }, | |
| 210 { | |
| 211 "name": "Enabled", | |
|
gab
2016/10/24 19:51:29
I think the first group is the one that runs by de
fdoray
2016/10/25 13:06:53
Done.
| |
| 212 "params": { | |
| 213 "Background": "3;8;0.1;0;30000", | |
| 214 "BackgroundFileIO": "3;8;0.1;0;30000", | |
| 215 "Foreground": "8;32;0.3;0;30000", | |
| 216 "ForegroundFileIO": "8;32;0.3;0;30000", | |
| 217 "RedirectSequencedWorkerPools": "true" | |
| 218 } | |
| 209 } | 219 } |
| 210 ] | 220 ] |
| 211 } | 221 } |
| 212 ], | 222 ], |
| 213 "CaptivePortalInterstitial": [ | 223 "CaptivePortalInterstitial": [ |
| 214 { | 224 { |
| 215 "platforms": [ | 225 "platforms": [ |
| 216 "chromeos", | 226 "chromeos", |
| 217 "linux", | 227 "linux", |
| 218 "mac", | 228 "mac", |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2254 { | 2264 { |
| 2255 "name": "Enabled", | 2265 "name": "Enabled", |
| 2256 "enable_features": [ | 2266 "enable_features": [ |
| 2257 "use-new-media-cache" | 2267 "use-new-media-cache" |
| 2258 ] | 2268 ] |
| 2259 } | 2269 } |
| 2260 ] | 2270 ] |
| 2261 } | 2271 } |
| 2262 ] | 2272 ] |
| 2263 } | 2273 } |
| OLD | NEW |