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

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

Issue 2780933002: [Crash Reporting] Enable the JobScheduler API by default for Android M+. (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/flag_descriptions.cc ('k') | 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 2830 matching lines...) Expand 10 before | Expand all | Expand 10 after
2841 "params": { 2841 "params": {
2842 "custom_summary": "Custom update summary", 2842 "custom_summary": "Custom update summary",
2843 "enable_update_badge": "true", 2843 "enable_update_badge": "true",
2844 "enable_update_menu_item": "true", 2844 "enable_update_menu_item": "true",
2845 "show_summary": "true" 2845 "show_summary": "true"
2846 } 2846 }
2847 } 2847 }
2848 ] 2848 ]
2849 } 2849 }
2850 ], 2850 ],
2851 "UploadCrashReportsUsingJobScheduler": [
2852 {
2853 "platforms": [
2854 "android"
2855 ],
2856 "experiments": [
2857 {
2858 "name": "Enabled",
2859 "enable_features": [
2860 "UploadCrashReportsUsingJobScheduler"
2861 ]
2862 }
2863 ]
2864 }
2865 ],
2866 "V8CacheStrategiesForCacheStorage": [ 2851 "V8CacheStrategiesForCacheStorage": [
2867 { 2852 {
2868 "platforms": [ 2853 "platforms": [
2869 "android", 2854 "android",
2870 "chromeos", 2855 "chromeos",
2871 "linux", 2856 "linux",
2872 "mac", 2857 "mac",
2873 "win" 2858 "win"
2874 ], 2859 ],
2875 "experiments": [ 2860 "experiments": [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
3085 { 3070 {
3086 "name": "Enabled", 3071 "name": "Enabled",
3087 "enable_features": [ 3072 "enable_features": [
3088 "use-new-media-cache" 3073 "use-new-media-cache"
3089 ] 3074 ]
3090 } 3075 }
3091 ] 3076 ]
3092 } 3077 }
3093 ] 3078 ]
3094 } 3079 }
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698