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

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

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Assert that job scheduled successfully 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 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 "params": { 2828 "params": {
2829 "custom_summary": "Custom update summary", 2829 "custom_summary": "Custom update summary",
2830 "enable_update_badge": "true", 2830 "enable_update_badge": "true",
2831 "enable_update_menu_item": "true", 2831 "enable_update_menu_item": "true",
2832 "show_summary": "true" 2832 "show_summary": "true"
2833 } 2833 }
2834 } 2834 }
2835 ] 2835 ]
2836 } 2836 }
2837 ], 2837 ],
2838 "UploadCrashReportsUsingJobScheduler": [
2839 {
2840 "platforms": [
2841 "android"
2842 ],
2843 "experiments": [
2844 {
2845 "name": "Enabled",
2846 "enable_features": [
2847 "UploadCrashReportsUsingJobScheduler"
2848 ]
2849 }
2850 ]
2851 }
2852 ],
2838 "V8CacheStrategiesForCacheStorage": [ 2853 "V8CacheStrategiesForCacheStorage": [
2839 { 2854 {
2840 "platforms": [ 2855 "platforms": [
2841 "android", 2856 "android",
2842 "chromeos", 2857 "chromeos",
2843 "linux", 2858 "linux",
2844 "mac", 2859 "mac",
2845 "win" 2860 "win"
2846 ], 2861 ],
2847 "experiments": [ 2862 "experiments": [
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 { 3046 {
3032 "name": "Enabled", 3047 "name": "Enabled",
3033 "enable_features": [ 3048 "enable_features": [
3034 "use-new-media-cache" 3049 "use-new-media-cache"
3035 ] 3050 ]
3036 } 3051 }
3037 ] 3052 ]
3038 } 3053 }
3039 ] 3054 ]
3040 } 3055 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698