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

Unified Diff: net/ssl/ssl_config.h

Issue 869393005: Perform ClientHello padding if the field trial is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@net_connection_error_uma
Patch Set: CR comment updates Created 5 years, 10 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
Index: net/ssl/ssl_config.h
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
index 2cbc99568bc170877a45514cffa3d5f771e773b3..b7c1a27daf15845a3e30fd9566705f784d79b8ea 100644
--- a/net/ssl/ssl_config.h
+++ b/net/ssl/ssl_config.h
@@ -159,6 +159,9 @@ struct NET_EXPORT SSLConfig {
NextProtoVector next_protos;
scoped_refptr<X509Certificate> client_cert;
+
+ // Enable fastradio padding if applicable.
+ bool enable_fastradio_padding;
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698