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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "platforms": [ | 175 "platforms": [ |
176 "win" | 176 "win" |
177 ], | 177 ], |
178 "experiments": [ | 178 "experiments": [ |
179 { | 179 { |
180 "name": "Enabled" | 180 "name": "Enabled" |
181 } | 181 } |
182 ] | 182 ] |
183 } | 183 } |
184 ], | 184 ], |
| 185 "BrowserScheduler": [ |
| 186 { |
| 187 "platforms": [ |
| 188 "chromeos", |
| 189 "linux", |
| 190 "mac", |
| 191 "win" |
| 192 ], |
| 193 "experiments": [ |
| 194 { |
| 195 "name": "Enabled", |
| 196 "params": { |
| 197 "Background": "3;8;0.1;0;30000", |
| 198 "BackgroundFileIO": "3;8;0.1;0;30000", |
| 199 "Foreground": "8;32;0.3;0;30000", |
| 200 "ForegroundFileIO": "8;32;0.3;0;30000", |
| 201 "RedirectSequencedWorkerPools": "true" |
| 202 } |
| 203 } |
| 204 ] |
| 205 } |
| 206 ], |
185 "CaptivePortalInterstitial": [ | 207 "CaptivePortalInterstitial": [ |
186 { | 208 { |
187 "platforms": [ | 209 "platforms": [ |
188 "chromeos", | 210 "chromeos", |
189 "linux", | 211 "linux", |
190 "mac", | 212 "mac", |
191 "win" | 213 "win" |
192 ], | 214 ], |
193 "experiments": [ | 215 "experiments": [ |
194 { | 216 { |
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2188 { | 2210 { |
2189 "name": "Enabled", | 2211 "name": "Enabled", |
2190 "enable_features": [ | 2212 "enable_features": [ |
2191 "use-new-media-cache" | 2213 "use-new-media-cache" |
2192 ] | 2214 ] |
2193 } | 2215 } |
2194 ] | 2216 ] |
2195 } | 2217 } |
2196 ] | 2218 ] |
2197 } | 2219 } |
OLD | NEW |