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

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

Issue 2641363003: Add enable_features for EnableSyncClientToServerCompression (Closed)
Patch Set: Created 3 years, 11 months 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "platforms": [ 651 "platforms": [
652 "android", 652 "android",
653 "chromeos", 653 "chromeos",
654 "ios", 654 "ios",
655 "linux", 655 "linux",
656 "mac", 656 "mac",
657 "win" 657 "win"
658 ], 658 ],
659 "experiments": [ 659 "experiments": [
660 { 660 {
661 "name": "Enabled" 661 "name": "Enabled",
662 "enable_features": [
663 "EnableSyncClientToServerCompression"
664 ]
662 } 665 }
663 ] 666 ]
664 } 667 }
665 ], 668 ],
666 "EnableSyncUSSDeviceInfo": [ 669 "EnableSyncUSSDeviceInfo": [
667 { 670 {
668 "platforms": [ 671 "platforms": [
669 "android", 672 "android",
670 "chromeos", 673 "chromeos",
671 "ios", 674 "ios",
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
2596 { 2599 {
2597 "name": "Enabled", 2600 "name": "Enabled",
2598 "enable_features": [ 2601 "enable_features": [
2599 "use-new-media-cache" 2602 "use-new-media-cache"
2600 ] 2603 ]
2601 } 2604 }
2602 ] 2605 ]
2603 } 2606 }
2604 ] 2607 ]
2605 } 2608 }
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