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

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
Index: net/spdy/spdy_session.cc
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
index 62f938dd7e6645e43b6eb906563dc78edd063b0c..79b77bf70a2b00b13e460a50705ca49ff6c9fb46 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)) {

Powered by Google App Engine
This is Rietveld 408576698