| 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 { | 466 { |
| 467 "platforms": [ | 467 "platforms": [ |
| 468 "android", | 468 "android", |
| 469 "chromeos", | 469 "chromeos", |
| 470 "linux", | 470 "linux", |
| 471 "mac", | 471 "mac", |
| 472 "win" | 472 "win" |
| 473 ], | 473 ], |
| 474 "experiments": [ | 474 "experiments": [ |
| 475 { | 475 { |
| 476 "name": "Enabled" | 476 "name": "Enabled_Warmup", |
| 477 "params": { |
| 478 "enable_warmup": "true" |
| 479 } |
| 477 } | 480 } |
| 478 ] | 481 ] |
| 479 } | 482 } |
| 480 ], | 483 ], |
| 481 "DefaultBrowserInfobar": [ | 484 "DefaultBrowserInfobar": [ |
| 482 { | 485 { |
| 483 "platforms": [ | 486 "platforms": [ |
| 484 "win" | 487 "win" |
| 485 ], | 488 ], |
| 486 "experiments": [ | 489 "experiments": [ |
| (...skipping 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2835 { | 2838 { |
| 2836 "name": "Enabled", | 2839 "name": "Enabled", |
| 2837 "enable_features": [ | 2840 "enable_features": [ |
| 2838 "use-new-media-cache" | 2841 "use-new-media-cache" |
| 2839 ] | 2842 ] |
| 2840 } | 2843 } |
| 2841 ] | 2844 ] |
| 2842 } | 2845 } |
| 2843 ] | 2846 ] |
| 2844 } | 2847 } |
| OLD | NEW |