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

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

Issue 2607193002: Adding Short Record Header feature. (Closed)
Patch Set: Add variations. Created 3 years, 11 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') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 "linux", 2205 "linux",
2206 "mac", 2206 "mac",
2207 "win" 2207 "win"
2208 ], 2208 ],
2209 "experiments": [ 2209 "experiments": [
2210 { 2210 {
2211 "name": "Enabled", 2211 "name": "Enabled",
2212 "enable_features": [ 2212 "enable_features": [
2213 "NegotiateTLS13" 2213 "NegotiateTLS13"
2214 ] 2214 ]
2215 },
2216 {
2217 "name": "EnabledWithShortRecordHeader",
2218 "enable_features": [
2219 "NegotiateTLS13",
2220 "SSLShortRecordHeader"
2221 ]
2215 } 2222 }
2216 ] 2223 ]
2217 } 2224 }
2218 ], 2225 ],
2219 "TabManagementExperiment": [ 2226 "TabManagementExperiment": [
2220 { 2227 {
2221 "platforms": [ 2228 "platforms": [
2222 "android" 2229 "android"
2223 ], 2230 ],
2224 "experiments": [ 2231 "experiments": [
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 { 2534 {
2528 "name": "Enabled", 2535 "name": "Enabled",
2529 "enable_features": [ 2536 "enable_features": [
2530 "use-new-media-cache" 2537 "use-new-media-cache"
2531 ] 2538 ]
2532 } 2539 }
2533 ] 2540 ]
2534 } 2541 }
2535 ] 2542 ]
2536 } 2543 }
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698