| 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 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2575 "linux", | 2575 "linux", |
| 2576 "mac", | 2576 "mac", |
| 2577 "win" | 2577 "win" |
| 2578 ], | 2578 ], |
| 2579 "experiments": [ | 2579 "experiments": [ |
| 2580 { | 2580 { |
| 2581 "name": "Enabled", | 2581 "name": "Enabled", |
| 2582 "enable_features": [ | 2582 "enable_features": [ |
| 2583 "NegotiateTLS13" | 2583 "NegotiateTLS13" |
| 2584 ] | 2584 ] |
| 2585 }, | |
| 2586 { | |
| 2587 "name": "EnabledWithShortRecordHeader", | |
| 2588 "enable_features": [ | |
| 2589 "NegotiateTLS13", | |
| 2590 "SSLShortRecordHeader" | |
| 2591 ] | |
| 2592 } | 2585 } |
| 2593 ] | 2586 ] |
| 2594 } | 2587 } |
| 2595 ], | 2588 ], |
| 2596 "TabManagementExperiment": [ | 2589 "TabManagementExperiment": [ |
| 2597 { | 2590 { |
| 2598 "platforms": [ | 2591 "platforms": [ |
| 2599 "android" | 2592 "android" |
| 2600 ], | 2593 ], |
| 2601 "experiments": [ | 2594 "experiments": [ |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 { | 2967 { |
| 2975 "name": "Enabled", | 2968 "name": "Enabled", |
| 2976 "enable_features": [ | 2969 "enable_features": [ |
| 2977 "use-new-media-cache" | 2970 "use-new-media-cache" |
| 2978 ] | 2971 ] |
| 2979 } | 2972 } |
| 2980 ] | 2973 ] |
| 2981 } | 2974 } |
| 2982 ] | 2975 ] |
| 2983 } | 2976 } |
| OLD | NEW |