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

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

Issue 2677023003: Clean up IconNTP-related code (Closed)
Patch Set: Remove unnecessary includes. 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | ui/base/ui_base_switches.h » ('j') | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "experiments": [ 920 "experiments": [
921 { 921 {
922 "name": "Enabled", 922 "name": "Enabled",
923 "enable_features": [ 923 "enable_features": [
924 "IOSurfaceClearYosemite" 924 "IOSurfaceClearYosemite"
925 ] 925 ]
926 } 926 }
927 ] 927 ]
928 } 928 }
929 ], 929 ],
930 "IconNTP": [
931 {
932 "platforms": [
933 "win"
934 ],
935 "experiments": [
936 {
937 "name": "Default"
938 }
939 ]
940 }
941 ],
942 "ImportantSitesInCBD": [ 930 "ImportantSitesInCBD": [
943 { 931 {
944 "platforms": [ 932 "platforms": [
945 "android" 933 "android"
946 ], 934 ],
947 "experiments": [ 935 "experiments": [
948 { 936 {
949 "name": "DialogEnabled", 937 "name": "DialogEnabled",
950 "enable_features": [ 938 "enable_features": [
951 "ImportantSitesInCBD" 939 "ImportantSitesInCBD"
(...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 { 2710 {
2723 "name": "Enabled", 2711 "name": "Enabled",
2724 "enable_features": [ 2712 "enable_features": [
2725 "use-new-media-cache" 2713 "use-new-media-cache"
2726 ] 2714 ]
2727 } 2715 }
2728 ] 2716 ]
2729 } 2717 }
2730 ] 2718 ]
2731 } 2719 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698