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

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

Issue 2860103002: Add testing config for MetricsServiceUrl study. (Closed)
Patch Set: Created 3 years, 7 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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 "experiments": [ 1426 "experiments": [
1427 { 1427 {
1428 "name": "Enabled", 1428 "name": "Enabled",
1429 "enable_features": [ 1429 "enable_features": [
1430 "MediaFoundationH264Encoding" 1430 "MediaFoundationH264Encoding"
1431 ] 1431 ]
1432 } 1432 }
1433 ] 1433 ]
1434 } 1434 }
1435 ], 1435 ],
1436 "MetricsServiceUrl": [
1437 {
1438 "platforms": [
1439 "chromeos",
1440 "mac",
1441 "win",
1442 "linux"
1443 ],
1444 "experiments": [
1445 {
1446 "name": "NewURL",
1447 "enable_features": [
1448 "NewMetricsUrl"
1449 ]
1450 }
1451 ]
1452 }
1453 ],
1436 "MidiManagerAndroid": [ 1454 "MidiManagerAndroid": [
1437 { 1455 {
1438 "platforms": [ 1456 "platforms": [
1439 "android" 1457 "android"
1440 ], 1458 ],
1441 "experiments": [ 1459 "experiments": [
1442 { 1460 {
1443 "name": "Enabled", 1461 "name": "Enabled",
1444 "enable_features": [ 1462 "enable_features": [
1445 "MidiManagerAndroid" 1463 "MidiManagerAndroid"
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3131 "params": { 3149 "params": {
3132 "RecordSessionId": "true" 3150 "RecordSessionId": "true"
3133 }, 3151 },
3134 "enable_features": [ 3152 "enable_features": [
3135 "Ukm" 3153 "Ukm"
3136 ] 3154 ]
3137 } 3155 }
3138 ] 3156 ]
3139 } 3157 }
3140 ], 3158 ],
3141 "UMA_EnableCellularLogUpload": [
3142 {
3143 "platforms": [
3144 "android"
3145 ],
3146 "experiments": [
3147 {
3148 "name": "Enabled_wo_sampling",
3149 "params": {
3150 "Enabled": "true",
3151 "Optimize": "true",
3152 "Sample_Probability": "100",
3153 "Uma_Quota": "204800",
3154 "Uma_Ratio": "0.05"
3155 }
3156 }
3157 ]
3158 }
3159 ],
3160 "UnifiedMediaPipelineTrial": [ 3159 "UnifiedMediaPipelineTrial": [
3161 { 3160 {
3162 "platforms": [ 3161 "platforms": [
3163 "android" 3162 "android"
3164 ], 3163 ],
3165 "experiments": [ 3164 "experiments": [
3166 { 3165 {
3167 "name": "Enabled" 3166 "name": "Enabled"
3168 } 3167 }
3169 ] 3168 ]
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3386 { 3385 {
3387 "name": "Enabled", 3386 "name": "Enabled",
3388 "enable_features": [ 3387 "enable_features": [
3389 "use-new-media-cache" 3388 "use-new-media-cache"
3390 ] 3389 ]
3391 } 3390 }
3392 ] 3391 ]
3393 } 3392 }
3394 ] 3393 ]
3395 } 3394 }
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