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

Unified Diff: net/ssl/ssl_config.h

Issue 1247063004: Unwind fastradio experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_client_socket_pool.cc ('k') | net/ssl/ssl_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config.h
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
index eef1699fa02970650876efa4099ca66fdae133d0..6b3919bbe6389e384b71890b53310fafae829b2d 100644
--- a/net/ssl/ssl_config.h
+++ b/net/ssl/ssl_config.h
@@ -169,16 +169,6 @@ struct NET_EXPORT SSLConfig {
NextProtoVector renego_allowed_for_protos;
scoped_refptr<X509Certificate> client_cert;
-
- // Information about how to proceed with fastradio padding.
- // |fastradio_padding_enabled| determines if the feature is enabled globally.
- // |fastradio_padding_eligible| determines if the endpoint associated with
- // this config should use it.
- // |fastradio_padding_eligible| can be true when |fastradio_padding_enabled|
- // is false: in this case, fastradio padding would not be enabled, but
- // metrics can be collected for experiments.
- bool fastradio_padding_enabled;
- bool fastradio_padding_eligible;
};
} // namespace net
« no previous file with comments | « net/socket/ssl_client_socket_pool.cc ('k') | net/ssl/ssl_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698