| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 "mac", | 402 "mac", |
| 403 "win" | 403 "win" |
| 404 ], | 404 ], |
| 405 "experiments": [ | 405 "experiments": [ |
| 406 { | 406 { |
| 407 "name": "Enabled" | 407 "name": "Enabled" |
| 408 } | 408 } |
| 409 ] | 409 ] |
| 410 } | 410 } |
| 411 ], | 411 ], |
| 412 "CheckerImaging": [ |
| 413 { |
| 414 "platforms": [ |
| 415 "android", |
| 416 "chromeos", |
| 417 "linux", |
| 418 "mac", |
| 419 "win" |
| 420 ], |
| 421 "experiments": [ |
| 422 { |
| 423 "name": "CheckerImaging", |
| 424 "enable_features": [ |
| 425 "CheckerImaging" |
| 426 ] |
| 427 } |
| 428 ] |
| 429 } |
| 430 ], |
| 412 "ChildAccountDetection": [ | 431 "ChildAccountDetection": [ |
| 413 { | 432 { |
| 414 "platforms": [ | 433 "platforms": [ |
| 415 "win" | 434 "win" |
| 416 ], | 435 ], |
| 417 "experiments": [ | 436 "experiments": [ |
| 418 { | 437 { |
| 419 "name": "Disabled" | 438 "name": "Disabled" |
| 420 } | 439 } |
| 421 ] | 440 ] |
| (...skipping 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3435 { | 3454 { |
| 3436 "name": "Enabled", | 3455 "name": "Enabled", |
| 3437 "enable_features": [ | 3456 "enable_features": [ |
| 3438 "use-new-media-cache" | 3457 "use-new-media-cache" |
| 3439 ] | 3458 ] |
| 3440 } | 3459 } |
| 3441 ] | 3460 ] |
| 3442 } | 3461 } |
| 3443 ] | 3462 ] |
| 3444 } | 3463 } |
| OLD | NEW |