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

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

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: MinidumpUploadService tests 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
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 2798 matching lines...) Expand 10 before | Expand all | Expand 10 after
2809 "params": { 2809 "params": {
2810 "custom_summary": "Custom update summary", 2810 "custom_summary": "Custom update summary",
2811 "enable_update_badge": "true", 2811 "enable_update_badge": "true",
2812 "enable_update_menu_item": "true", 2812 "enable_update_menu_item": "true",
2813 "show_summary": "true" 2813 "show_summary": "true"
2814 } 2814 }
2815 } 2815 }
2816 ] 2816 ]
2817 } 2817 }
2818 ], 2818 ],
2819 "UploadCrashReportsUsingJobScheduler": [
2820 {
2821 "platforms": [
2822 "android"
2823 ],
2824 "experiments": [
2825 {
2826 "name": "Enabled",
2827 "enable_features": [
2828 "UploadCrashReportsUsingJobScheduler"
2829 ]
2830 }
2831 ]
2832 }
2833 ],
2819 "V8CacheStrategiesForCacheStorage": [ 2834 "V8CacheStrategiesForCacheStorage": [
2820 { 2835 {
2821 "platforms": [ 2836 "platforms": [
2822 "android", 2837 "android",
2823 "chromeos", 2838 "chromeos",
2824 "linux", 2839 "linux",
2825 "mac", 2840 "mac",
2826 "win" 2841 "win"
2827 ], 2842 ],
2828 "experiments": [ 2843 "experiments": [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
2993 { 3008 {
2994 "name": "Enabled", 3009 "name": "Enabled",
2995 "enable_features": [ 3010 "enable_features": [
2996 "use-new-media-cache" 3011 "use-new-media-cache"
2997 ] 3012 ]
2998 } 3013 }
2999 ] 3014 ]
3000 } 3015 }
3001 ] 3016 ]
3002 } 3017 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698