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

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

Issue 2922493002: Default to new metrics service URL for non-Cast clients. (Closed)
Patch Set: Created 3 years, 6 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 | « components/metrics/metrics_service_client.cc ('k') | 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 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 "experiments": [ 1459 "experiments": [
1460 { 1460 {
1461 "name": "Enabled", 1461 "name": "Enabled",
1462 "enable_features": [ 1462 "enable_features": [
1463 "MediaFoundationH264Encoding" 1463 "MediaFoundationH264Encoding"
1464 ] 1464 ]
1465 } 1465 }
1466 ] 1466 ]
1467 } 1467 }
1468 ], 1468 ],
1469 "MetricsServiceUrl": [
1470 {
1471 "platforms": [
1472 "chromeos",
1473 "mac",
1474 "win",
1475 "linux"
1476 ],
1477 "experiments": [
1478 {
1479 "name": "NewURL",
1480 "enable_features": [
1481 "NewMetricsUrl"
1482 ]
1483 }
1484 ]
1485 }
1486 ],
1487 "MidiManagerAndroid": [ 1469 "MidiManagerAndroid": [
1488 { 1470 {
1489 "platforms": [ 1471 "platforms": [
1490 "android" 1472 "android"
1491 ], 1473 ],
1492 "experiments": [ 1474 "experiments": [
1493 { 1475 {
1494 "name": "Enabled", 1476 "name": "Enabled",
1495 "enable_features": [ 1477 "enable_features": [
1496 "MidiManagerAndroid" 1478 "MidiManagerAndroid"
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 { 3500 {
3519 "name": "Enabled", 3501 "name": "Enabled",
3520 "enable_features": [ 3502 "enable_features": [
3521 "use-new-media-cache" 3503 "use-new-media-cache"
3522 ] 3504 ]
3523 } 3505 }
3524 ] 3506 ]
3525 } 3507 }
3526 ] 3508 ]
3527 } 3509 }
OLDNEW
« no previous file with comments | « components/metrics/metrics_service_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698