| 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "linux", | 619 "linux", |
| 620 "win" | 620 "win" |
| 621 ], | 621 ], |
| 622 "experiments": [ | 622 "experiments": [ |
| 623 { | 623 { |
| 624 "name": "Enabled" | 624 "name": "Enabled" |
| 625 } | 625 } |
| 626 ] | 626 ] |
| 627 } | 627 } |
| 628 ], | 628 ], |
| 629 "EnableSyncClientToServerCompression": [ |
| 630 { |
| 631 "platforms": [ |
| 632 "android", |
| 633 "chromeos", |
| 634 "ios", |
| 635 "linux", |
| 636 "mac", |
| 637 "win" |
| 638 ], |
| 639 "experiments": [ |
| 640 { |
| 641 "name": "Enabled" |
| 642 } |
| 643 ] |
| 644 } |
| 645 ], |
| 629 "ExpectCTReporting": [ | 646 "ExpectCTReporting": [ |
| 630 { | 647 { |
| 631 "platforms": [ | 648 "platforms": [ |
| 632 "android", | 649 "android", |
| 633 "chromeos", | 650 "chromeos", |
| 634 "ios", | 651 "ios", |
| 635 "linux", | 652 "linux", |
| 636 "mac", | 653 "mac", |
| 637 "win" | 654 "win" |
| 638 ], | 655 ], |
| (...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 "mac", | 2039 "mac", |
| 2023 "win" | 2040 "win" |
| 2024 ], | 2041 ], |
| 2025 "experiments": [ | 2042 "experiments": [ |
| 2026 { | 2043 { |
| 2027 "name": "Enabled" | 2044 "name": "Enabled" |
| 2028 } | 2045 } |
| 2029 ] | 2046 ] |
| 2030 } | 2047 } |
| 2031 ], | 2048 ], |
| 2032 "SyncHttpContentCompression": [ | |
| 2033 { | |
| 2034 "platforms": [ | |
| 2035 "android", | |
| 2036 "chromeos", | |
| 2037 "ios", | |
| 2038 "linux", | |
| 2039 "mac", | |
| 2040 "win" | |
| 2041 ], | |
| 2042 "experiments": [ | |
| 2043 { | |
| 2044 "name": "Enabled" | |
| 2045 }, | |
| 2046 { | |
| 2047 "name": "Disabled" | |
| 2048 } | |
| 2049 ] | |
| 2050 } | |
| 2051 ], | |
| 2052 "TLS13Negotiation": [ | 2049 "TLS13Negotiation": [ |
| 2053 { | 2050 { |
| 2054 "platforms": [ | 2051 "platforms": [ |
| 2055 "android", | 2052 "android", |
| 2056 "chromeos", | 2053 "chromeos", |
| 2057 "ios", | 2054 "ios", |
| 2058 "linux", | 2055 "linux", |
| 2059 "mac", | 2056 "mac", |
| 2060 "win" | 2057 "win" |
| 2061 ], | 2058 ], |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2390 { | 2387 { |
| 2391 "name": "Enabled", | 2388 "name": "Enabled", |
| 2392 "enable_features": [ | 2389 "enable_features": [ |
| 2393 "use-new-media-cache" | 2390 "use-new-media-cache" |
| 2394 ] | 2391 ] |
| 2395 } | 2392 } |
| 2396 ] | 2393 ] |
| 2397 } | 2394 } |
| 2398 ] | 2395 ] |
| 2399 } | 2396 } |
| OLD | NEW |