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

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

Issue 2791413002: Add UKM to field trial test config. (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 | « no previous file | 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 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after
2794 "platforms": [ 2794 "platforms": [
2795 "win" 2795 "win"
2796 ], 2796 ],
2797 "experiments": [ 2797 "experiments": [
2798 { 2798 {
2799 "name": "On" 2799 "name": "On"
2800 } 2800 }
2801 ] 2801 ]
2802 } 2802 }
2803 ], 2803 ],
2804 "UKM": [
2805 {
2806 "platforms": [
2807 "android",
2808 "chromeos",
2809 "linux",
2810 "mac",
2811 "win",
2812 "ios"
2813 ],
2814 "experiments": [
2815 {
2816 "name": "Enabled",
2817 "params": {
2818 "RecordSessionId": "true"
2819 },
2820 "enable_features": [
2821 "Ukm"
2822 ]
2823 }
2824 ]
2825 }
2826 ],
2804 "UMA_EnableCellularLogUpload": [ 2827 "UMA_EnableCellularLogUpload": [
2805 { 2828 {
2806 "platforms": [ 2829 "platforms": [
2807 "android" 2830 "android"
2808 ], 2831 ],
2809 "experiments": [ 2832 "experiments": [
2810 { 2833 {
2811 "name": "Enabled_wo_sampling", 2834 "name": "Enabled_wo_sampling",
2812 "params": { 2835 "params": {
2813 "Enabled": "true", 2836 "Enabled": "true",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 { 3098 {
3076 "name": "Enabled", 3099 "name": "Enabled",
3077 "enable_features": [ 3100 "enable_features": [
3078 "use-new-media-cache" 3101 "use-new-media-cache"
3079 ] 3102 ]
3080 } 3103 }
3081 ] 3104 ]
3082 } 3105 }
3083 ] 3106 ]
3084 } 3107 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698