| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 { | 597 { |
| 598 "platforms": [ | 598 "platforms": [ |
| 599 "android", | 599 "android", |
| 600 "chromeos", | 600 "chromeos", |
| 601 "linux", | 601 "linux", |
| 602 "mac", | 602 "mac", |
| 603 "win" | 603 "win" |
| 604 ], | 604 ], |
| 605 "experiments": [ | 605 "experiments": [ |
| 606 { | 606 { |
| 607 "name": "Enabled" | 607 "name": "Enabled", |
| 608 "params": { |
| 609 "enable_warmup": "true" |
| 610 } |
| 608 } | 611 } |
| 609 ] | 612 ] |
| 610 } | 613 } |
| 611 ], | 614 ], |
| 612 "DefaultBrowserInfobar": [ | 615 "DefaultBrowserInfobar": [ |
| 613 { | 616 { |
| 614 "platforms": [ | 617 "platforms": [ |
| 615 "win" | 618 "win" |
| 616 ], | 619 ], |
| 617 "experiments": [ | 620 "experiments": [ |
| (...skipping 2782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3400 { | 3403 { |
| 3401 "name": "Enabled", | 3404 "name": "Enabled", |
| 3402 "enable_features": [ | 3405 "enable_features": [ |
| 3403 "use-new-media-cache" | 3406 "use-new-media-cache" |
| 3404 ] | 3407 ] |
| 3405 } | 3408 } |
| 3406 ] | 3409 ] |
| 3407 } | 3410 } |
| 3408 ] | 3411 ] |
| 3409 } | 3412 } |
| OLD | NEW |