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

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

Issue 2740173002: Removing UseConsolidatedStartupFlow from Field Trial testing config. (Closed)
Patch Set: Created 3 years, 9 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 "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 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2795 "params": { 2795 "params": {
2796 "custom_summary": "Custom update summary", 2796 "custom_summary": "Custom update summary",
2797 "enable_update_badge": "true", 2797 "enable_update_badge": "true",
2798 "enable_update_menu_item": "true", 2798 "enable_update_menu_item": "true",
2799 "show_summary": "true" 2799 "show_summary": "true"
2800 } 2800 }
2801 } 2801 }
2802 ] 2802 ]
2803 } 2803 }
2804 ], 2804 ],
2805 "UseConsolidatedStartupFlow": [
2806 {
2807 "platforms": [
2808 "win"
2809 ],
2810 "experiments": [
2811 {
2812 "name": "Enabled",
2813 "enable_features": [
2814 "UseConsolidatedStartupFlow"
2815 ]
2816 }
2817 ]
2818 }
2819 ],
2820 "V8CacheStrategiesForCacheStorage": [ 2805 "V8CacheStrategiesForCacheStorage": [
2821 { 2806 {
2822 "platforms": [ 2807 "platforms": [
2823 "android", 2808 "android",
2824 "chromeos", 2809 "chromeos",
2825 "linux", 2810 "linux",
2826 "mac", 2811 "mac",
2827 "win" 2812 "win"
2828 ], 2813 ],
2829 "experiments": [ 2814 "experiments": [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 { 2979 {
2995 "name": "Enabled", 2980 "name": "Enabled",
2996 "enable_features": [ 2981 "enable_features": [
2997 "use-new-media-cache" 2982 "use-new-media-cache"
2998 ] 2983 ]
2999 } 2984 }
3000 ] 2985 ]
3001 } 2986 }
3002 ] 2987 ]
3003 } 2988 }
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