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

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

Issue 2928453002: Add MarkHttpAsDangerous test and correct other MarkNonSecureAs tests (Closed)
Patch Set: Change tests to use command line flag 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 | « chrome/browser/ssl/ssl_browser_tests.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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 "platforms": [ 1411 "platforms": [
1412 "mac" 1412 "mac"
1413 ], 1413 ],
1414 "experiments": [ 1414 "experiments": [
1415 { 1415 {
1416 "name": "Mach" 1416 "name": "Mach"
1417 } 1417 }
1418 ] 1418 ]
1419 } 1419 }
1420 ], 1420 ],
1421 "MarkNonSecureAs": [
1422 {
1423 "platforms": [
1424 "android",
1425 "chromeos",
1426 "ios",
1427 "linux",
1428 "mac",
1429 "win"
1430 ],
1431 "experiments": [
1432 {
1433 "name": "show-non-secure-passwords-cc-ui"
1434 }
1435 ]
1436 }
1437 ],
1438 "MaterialDesignDownloads": [ 1421 "MaterialDesignDownloads": [
1439 { 1422 {
1440 "platforms": [ 1423 "platforms": [
1441 "chromeos", 1424 "chromeos",
1442 "linux", 1425 "linux",
1443 "mac", 1426 "mac",
1444 "win" 1427 "win"
1445 ], 1428 ],
1446 "experiments": [ 1429 "experiments": [
1447 { 1430 {
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
3486 { 3469 {
3487 "name": "Enabled", 3470 "name": "Enabled",
3488 "enable_features": [ 3471 "enable_features": [
3489 "use-new-media-cache" 3472 "use-new-media-cache"
3490 ] 3473 ]
3491 } 3474 }
3492 ] 3475 ]
3493 } 3476 }
3494 ] 3477 ]
3495 } 3478 }
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698