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

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

Issue 2734373002: Roll src/third_party/boringssl/src d6c22ee93..d04ca9535 (Closed)
Patch Set: Created 3 years, 9 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 | « net/socket/ssl_client_socket_impl.cc ('k') | third_party/boringssl/err_data.c » ('j') | 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 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after
2575 "linux", 2575 "linux",
2576 "mac", 2576 "mac",
2577 "win" 2577 "win"
2578 ], 2578 ],
2579 "experiments": [ 2579 "experiments": [
2580 { 2580 {
2581 "name": "Enabled", 2581 "name": "Enabled",
2582 "enable_features": [ 2582 "enable_features": [
2583 "NegotiateTLS13" 2583 "NegotiateTLS13"
2584 ] 2584 ]
2585 },
2586 {
2587 "name": "EnabledWithShortRecordHeader",
2588 "enable_features": [
2589 "NegotiateTLS13",
2590 "SSLShortRecordHeader"
2591 ]
2592 } 2585 }
2593 ] 2586 ]
2594 } 2587 }
2595 ], 2588 ],
2596 "TabManagementExperiment": [ 2589 "TabManagementExperiment": [
2597 { 2590 {
2598 "platforms": [ 2591 "platforms": [
2599 "android" 2592 "android"
2600 ], 2593 ],
2601 "experiments": [ 2594 "experiments": [
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 { 2967 {
2975 "name": "Enabled", 2968 "name": "Enabled",
2976 "enable_features": [ 2969 "enable_features": [
2977 "use-new-media-cache" 2970 "use-new-media-cache"
2978 ] 2971 ]
2979 } 2972 }
2980 ] 2973 ]
2981 } 2974 }
2982 ] 2975 ]
2983 } 2976 }
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_impl.cc ('k') | third_party/boringssl/err_data.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698