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

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

Issue 2687663002: Enable PasswordMetadataFilling feature on bots. (Closed)
Patch Set: Created 3 years, 10 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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 "mac", 1499 "mac",
1500 "win" 1500 "win"
1501 ], 1501 ],
1502 "experiments": [ 1502 "experiments": [
1503 { 1503 {
1504 "name": "Enable" 1504 "name": "Enable"
1505 } 1505 }
1506 ] 1506 ]
1507 } 1507 }
1508 ], 1508 ],
1509 "PasswordMetadataFilling": [
1510 {
1511 "platforms": [
1512 "android",
1513 "chromeos",
1514 "ios",
1515 "linux",
1516 "mac",
1517 "win"
1518 ],
1519 "experiments": [
1520 {
1521 "name": "Enabled",
1522 "enable_features": [
1523 "PasswordMetadataFilling"
1524 ]
1525 }
1526 ]
1527 }
1528 ],
1509 "PasswordSeparatedSigninFlow": [ 1529 "PasswordSeparatedSigninFlow": [
1510 { 1530 {
1511 "platforms": [ 1531 "platforms": [
1512 "linux", 1532 "linux",
1513 "mac", 1533 "mac",
1514 "win" 1534 "win"
1515 ], 1535 ],
1516 "experiments": [ 1536 "experiments": [
1517 { 1537 {
1518 "name": "Enabled", 1538 "name": "Enabled",
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 { 2742 {
2723 "name": "Enabled", 2743 "name": "Enabled",
2724 "enable_features": [ 2744 "enable_features": [
2725 "use-new-media-cache" 2745 "use-new-media-cache"
2726 ] 2746 ]
2727 } 2747 }
2728 ] 2748 ]
2729 } 2749 }
2730 ] 2750 ]
2731 } 2751 }
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