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

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

Issue 2517303002: [Sync] Add EnableSyncClientToServerCompression and remove default trial (Closed)
Patch Set: 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": "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
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
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 }
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