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

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

Issue 2677023003: Clean up IconNTP-related code (Closed)
Patch Set: Created 3 years, 10 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
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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "experiments": [ 885 "experiments": [
886 { 886 {
887 "name": "Enabled", 887 "name": "Enabled",
888 "enable_features": [ 888 "enable_features": [
889 "IOSurfaceClearYosemite" 889 "IOSurfaceClearYosemite"
890 ] 890 ]
891 } 891 }
892 ] 892 ]
893 } 893 }
894 ], 894 ],
895 "IconNTP": [
896 {
897 "platforms": [
898 "win"
899 ],
900 "experiments": [
901 {
902 "name": "Default"
903 }
904 ]
905 }
906 ],
907 "ImportantSitesInCBD": [ 895 "ImportantSitesInCBD": [
908 { 896 {
909 "platforms": [ 897 "platforms": [
910 "android" 898 "android"
911 ], 899 ],
912 "experiments": [ 900 "experiments": [
913 { 901 {
914 "name": "DialogEnabled", 902 "name": "DialogEnabled",
915 "enable_features": [ 903 "enable_features": [
916 "ImportantSitesInCBD" 904 "ImportantSitesInCBD"
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
2687 { 2675 {
2688 "name": "Enabled", 2676 "name": "Enabled",
2689 "enable_features": [ 2677 "enable_features": [
2690 "use-new-media-cache" 2678 "use-new-media-cache"
2691 ] 2679 ]
2692 } 2680 }
2693 ] 2681 ]
2694 } 2682 }
2695 ] 2683 ]
2696 } 2684 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698