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 |