| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index b74b78d64fdb60664dfd3de3b0c2cd41e420b0dc..95648a8d2daaf7b5318314dd7e838f37056327fd 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -412,6 +412,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,
|
| @@ -452,6 +453,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,
|
|
|