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

Unified Diff: net/ssl/ssl_config.cc

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.cc
diff --git a/net/ssl/ssl_config.cc b/net/ssl/ssl_config.cc
index 56cb75c39cbfc8d1fcd2081cafe2343c42b9a55a..cd2fcf31d4bcb9c147c8a21de24d4d44101e24c8 100644
--- a/net/ssl/ssl_config.cc
+++ b/net/ssl/ssl_config.cc
@@ -29,7 +29,8 @@ SSLConfig::SSLConfig()
send_client_cert(false),
verify_ev_cert(false),
version_fallback(false),
- cert_io_enabled(true) {
+ cert_io_enabled(true),
+ enable_fastradio_padding(false) {
}
SSLConfig::~SSLConfig() {}

Powered by Google App Engine
This is Rietveld 408576698