| OLD | NEW |
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 { | 273 { |
| 274 "name": "BackgroundOptimizationEnabled5sOrLess", | 274 "name": "BackgroundOptimizationEnabled5sOrLess", |
| 275 "params": { | 275 "params": { |
| 276 "max_keyframe_distance_ms": "5000" | 276 "max_keyframe_distance_ms": "5000" |
| 277 }, | 277 }, |
| 278 "enable_features": [ | 278 "enable_features": [ |
| 279 "BackgroundVideoTrackOptimization" | 279 "BackgroundVideoTrackOptimization" |
| 280 ] | 280 ] |
| 281 } | 281 } |
| 282 ] | 282 ] |
| 283 }, |
| 284 { |
| 285 "platforms": [ |
| 286 "android" |
| 287 ], |
| 288 "experiments": [ |
| 289 { |
| 290 "name": "BackgroundOptimizationEnabled", |
| 291 "params": { |
| 292 "max_keyframe_distance_media_source_ms": "10000", |
| 293 "max_keyframe_distance_ms": "1000" |
| 294 }, |
| 295 "enable_features": [ |
| 296 "BackgroundVideoTrackOptimization" |
| 297 ] |
| 298 } |
| 299 ] |
| 300 }, |
| 301 { |
| 302 "platforms": [ |
| 303 "chromeos", |
| 304 "linux", |
| 305 "mac", |
| 306 "win" |
| 307 ], |
| 308 "experiments": [ |
| 309 { |
| 310 "name": "BackgroundOptimizationEnabled", |
| 311 "params": { |
| 312 "max_keyframe_distance_media_source_ms": "10000", |
| 313 "max_keyframe_distance_ms": "0" |
| 314 }, |
| 315 "enable_features": [ |
| 316 "BackgroundVideoTrackOptimization" |
| 317 ] |
| 318 } |
| 319 ] |
| 283 } | 320 } |
| 284 ], | 321 ], |
| 285 "BrowserBlacklist": [ | 322 "BrowserBlacklist": [ |
| 286 { | 323 { |
| 287 "platforms": [ | 324 "platforms": [ |
| 288 "win" | 325 "win" |
| 289 ], | 326 ], |
| 290 "experiments": [ | 327 "experiments": [ |
| 291 { | 328 { |
| 292 "name": "Enabled" | 329 "name": "Enabled" |
| (...skipping 2992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3285 { | 3322 { |
| 3286 "name": "Enabled", | 3323 "name": "Enabled", |
| 3287 "enable_features": [ | 3324 "enable_features": [ |
| 3288 "use-new-media-cache" | 3325 "use-new-media-cache" |
| 3289 ] | 3326 ] |
| 3290 } | 3327 } |
| 3291 ] | 3328 ] |
| 3292 } | 3329 } |
| 3293 ] | 3330 ] |
| 3294 } | 3331 } |
| OLD | NEW |