| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Disabled" | 9 "name": "Disabled" |
| 10 } | 10 } |
| (...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2205 "linux", | 2205 "linux", |
| 2206 "mac", | 2206 "mac", |
| 2207 "win" | 2207 "win" |
| 2208 ], | 2208 ], |
| 2209 "experiments": [ | 2209 "experiments": [ |
| 2210 { | 2210 { |
| 2211 "name": "Enabled", | 2211 "name": "Enabled", |
| 2212 "enable_features": [ | 2212 "enable_features": [ |
| 2213 "NegotiateTLS13" | 2213 "NegotiateTLS13" |
| 2214 ] | 2214 ] |
| 2215 }, |
| 2216 { |
| 2217 "name": "EnabledWithShortRecordHeader", |
| 2218 "enable_features": [ |
| 2219 "NegotiateTLS13", |
| 2220 "SSLShortRecordHeader" |
| 2221 ] |
| 2215 } | 2222 } |
| 2216 ] | 2223 ] |
| 2217 } | 2224 } |
| 2218 ], | 2225 ], |
| 2219 "TabManagementExperiment": [ | 2226 "TabManagementExperiment": [ |
| 2220 { | 2227 { |
| 2221 "platforms": [ | 2228 "platforms": [ |
| 2222 "android" | 2229 "android" |
| 2223 ], | 2230 ], |
| 2224 "experiments": [ | 2231 "experiments": [ |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2527 { | 2534 { |
| 2528 "name": "Enabled", | 2535 "name": "Enabled", |
| 2529 "enable_features": [ | 2536 "enable_features": [ |
| 2530 "use-new-media-cache" | 2537 "use-new-media-cache" |
| 2531 ] | 2538 ] |
| 2532 } | 2539 } |
| 2533 ] | 2540 ] |
| 2534 } | 2541 } |
| 2535 ] | 2542 ] |
| 2536 } | 2543 } |
| OLD | NEW |