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

Unified Diff: net/spdy/spdy_session.cc

Issue 578553004: Remove the "snionly" concept from the HSTS preload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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_stream/socket_stream_job.cc ('k') | net/ssl/ssl_config_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.cc
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
index 285bccf7deee62c5680d5659881d2409b74d6378..d5f04adb3d65409ad238fc47fd9fec6838e08315 100644
--- a/net/spdy/spdy_session.cc
+++ b/net/spdy/spdy_session.cc
@@ -578,7 +578,6 @@ bool SpdySession::CanPool(TransportSecurityState* transport_security_state,
std::string pinning_failure_log;
if (!transport_security_state->CheckPublicKeyPins(
new_hostname,
- true, /* sni_available */
ssl_info.is_issued_by_known_root,
ssl_info.public_key_hashes,
&pinning_failure_log)) {
« no previous file with comments | « net/socket_stream/socket_stream_job.cc ('k') | net/ssl/ssl_config_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698