Commit d9c705db authored by asvitkine's avatar asvitkine Committed by Commit bot

Add testing config for MetricsServiceUrl study.

Also removes obsolete config for
UMA_EnableCellularLogUpload.

BUG=none

Review-Url: https://codereview.chromium.org/2860103002
Cr-Commit-Position: refs/heads/master@{#469367}
parent ad1d34a8
...@@ -1415,6 +1415,24 @@ ...@@ -1415,6 +1415,24 @@
] ]
} }
], ],
"MetricsServiceUrl": [
{
"platforms": [
"chromeos",
"mac",
"win",
"linux"
],
"experiments": [
{
"name": "NewURL",
"enable_features": [
"NewMetricsUrl"
]
}
]
}
],
"MidiManagerAndroid": [ "MidiManagerAndroid": [
{ {
"platforms": [ "platforms": [
...@@ -3120,25 +3138,6 @@ ...@@ -3120,25 +3138,6 @@
] ]
} }
], ],
"UMA_EnableCellularLogUpload": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled_wo_sampling",
"params": {
"Enabled": "true",
"Optimize": "true",
"Sample_Probability": "100",
"Uma_Quota": "204800",
"Uma_Ratio": "0.05"
}
}
]
}
],
"UnifiedMediaPipelineTrial": [ "UnifiedMediaPipelineTrial": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment