Chromium Code Reviews| 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": "Control" | |
| 642 }, | |
| 643 { | |
| 644 "name": "Default" | |
| 645 }, | |
| 646 { | |
| 647 "name": "Enabled" | |
| 648 } | |
|
Ilya Sherman
2016/11/21 23:38:38
You probably only want to list "Enabled" -- only t
Gang Wu
2016/11/22 00:18:20
Done.
| |
| 649 ] | |
| 650 } | |
| 651 ], | |
| 629 "ExpectCTReporting": [ | 652 "ExpectCTReporting": [ |
| 630 { | 653 { |
| 631 "platforms": [ | 654 "platforms": [ |
| 632 "android", | 655 "android", |
| 633 "chromeos", | 656 "chromeos", |
| 634 "ios", | 657 "ios", |
| 635 "linux", | 658 "linux", |
| 636 "mac", | 659 "mac", |
| 637 "win" | 660 "win" |
| 638 ], | 661 ], |
| (...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2022 "mac", | 2045 "mac", |
| 2023 "win" | 2046 "win" |
| 2024 ], | 2047 ], |
| 2025 "experiments": [ | 2048 "experiments": [ |
| 2026 { | 2049 { |
| 2027 "name": "Enabled" | 2050 "name": "Enabled" |
| 2028 } | 2051 } |
| 2029 ] | 2052 ] |
| 2030 } | 2053 } |
| 2031 ], | 2054 ], |
| 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": [ | 2055 "TLS13Negotiation": [ |
| 2053 { | 2056 { |
| 2054 "platforms": [ | 2057 "platforms": [ |
| 2055 "android", | 2058 "android", |
| 2056 "chromeos", | 2059 "chromeos", |
| 2057 "ios", | 2060 "ios", |
| 2058 "linux", | 2061 "linux", |
| 2059 "mac", | 2062 "mac", |
| 2060 "win" | 2063 "win" |
| 2061 ], | 2064 ], |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2390 { | 2393 { |
| 2391 "name": "Enabled", | 2394 "name": "Enabled", |
| 2392 "enable_features": [ | 2395 "enable_features": [ |
| 2393 "use-new-media-cache" | 2396 "use-new-media-cache" |
| 2394 ] | 2397 ] |
| 2395 } | 2398 } |
| 2396 ] | 2399 ] |
| 2397 } | 2400 } |
| 2398 ] | 2401 ] |
| 2399 } | 2402 } |
| OLD | NEW |