| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 { | 174 { |
| 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 ], | |
| 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 ], | 184 ], |
| 207 "CaptivePortalInterstitial": [ | 185 "CaptivePortalInterstitial": [ |
| 208 { | 186 { |
| 209 "platforms": [ | 187 "platforms": [ |
| 210 "chromeos", | 188 "chromeos", |
| 211 "linux", | 189 "linux", |
| 212 "mac", | 190 "mac", |
| 213 "win" | 191 "win" |
| 214 ], | 192 ], |
| 215 "experiments": [ | 193 "experiments": [ |
| (...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2210 { | 2188 { |
| 2211 "name": "Enabled", | 2189 "name": "Enabled", |
| 2212 "enable_features": [ | 2190 "enable_features": [ |
| 2213 "use-new-media-cache" | 2191 "use-new-media-cache" |
| 2214 ] | 2192 ] |
| 2215 } | 2193 } |
| 2216 ] | 2194 ] |
| 2217 } | 2195 } |
| 2218 ] | 2196 ] |
| 2219 } | 2197 } |
| OLD | NEW |