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

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

Issue 2737263006: [Android Crash Reporting] Allow uploading minidumps via the JobScheduler (Closed)
Patch Set: Fully implemented, still needs 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 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 ],
2851 "UseConsolidatedStartupFlow": [ 2866 "UseConsolidatedStartupFlow": [
2852 { 2867 {
2853 "platforms": [ 2868 "platforms": [
2854 "win" 2869 "win"
2855 ], 2870 ],
2856 "experiments": [ 2871 "experiments": [
2857 { 2872 {
2858 "name": "Enabled", 2873 "name": "Enabled",
2859 "enable_features": [ 2874 "enable_features": [
2860 "UseConsolidatedStartupFlow" 2875 "UseConsolidatedStartupFlow"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
3040 { 3055 {
3041 "name": "Enabled", 3056 "name": "Enabled",
3042 "enable_features": [ 3057 "enable_features": [
3043 "use-new-media-cache" 3058 "use-new-media-cache"
3044 ] 3059 ]
3045 } 3060 }
3046 ] 3061 ]
3047 } 3062 }
3048 ] 3063 ]
3049 } 3064 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698