Index: net/http/transport_security_state.h |
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h |
index 14c080a4b65ae6e72f4a37f965dfa8974fc89dd1..01a70ae1b8203f018928db8210f4f6ef4d8b4f3f 100644 |
--- a/net/http/transport_security_state.h |
+++ b/net/http/transport_security_state.h |
@@ -395,6 +395,7 @@ class NET_EXPORT TransportSecurityState |
// Helper method for actually checking pins. |
bool CheckPublicKeyPinsImpl( |
const HostPortPair& host_port_pair, |
+ bool is_issued_by_known_root, |
const HashValueVector& hashes, |
const X509Certificate* served_certificate_chain, |
const X509Certificate* validated_certificate_chain, |
@@ -435,6 +436,7 @@ class NET_EXPORT TransportSecurityState |
// |validated_certificate_chain|. |
bool CheckPinsAndMaybeSendReport( |
const HostPortPair& host_port_pair, |
+ bool is_issued_by_known_root, |
const TransportSecurityState::PKPState& pkp_state, |
const HashValueVector& hashes, |
const X509Certificate* served_certificate_chain, |