Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2517303002: [Sync] Add EnableSyncClientToServerCompression and remove default trial (Closed)
Patch Set: remove un-interesting cases Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698