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

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

Issue 2778353002: [Merge] [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (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
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 "UploadCrashReportsUsingJobScheduler": [
2806 {
2807 "platforms": [
2808 "android"
2809 ],
2810 "experiments": [
2811 {
2812 "name": "Enabled",
2813 "enable_features": [
2814 "UploadCrashReportsUsingJobScheduler"
2815 ]
2816 }
2817 ]
2818 }
2819 ],
2805 "UseConsolidatedStartupFlow": [ 2820 "UseConsolidatedStartupFlow": [
2806 { 2821 {
2807 "platforms": [ 2822 "platforms": [
2808 "win" 2823 "win"
2809 ], 2824 ],
2810 "experiments": [ 2825 "experiments": [
2811 { 2826 {
2812 "name": "Enabled", 2827 "name": "Enabled",
2813 "enable_features": [ 2828 "enable_features": [
2814 "UseConsolidatedStartupFlow" 2829 "UseConsolidatedStartupFlow"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 { 3009 {
2995 "name": "Enabled", 3010 "name": "Enabled",
2996 "enable_features": [ 3011 "enable_features": [
2997 "use-new-media-cache" 3012 "use-new-media-cache"
2998 ] 3013 ]
2999 } 3014 }
3000 ] 3015 ]
3001 } 3016 }
3002 ] 3017 ]
3003 } 3018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698