| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index e81aad5a6cdfbdb6204aa5e1b1f9d799dce3618f..5e75551b667be7c98f65a18ab18f2a4db972ed59 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -317,6 +317,7 @@ class NET_EXPORT TransportSecurityState {
|
| virtual void OnExpectCTFailed(
|
| const net::HostPortPair& host_port_pair,
|
| const GURL& report_uri,
|
| + base::Time expiration,
|
| const X509Certificate* validated_certificate_chain,
|
| const X509Certificate* served_certificate_chain,
|
| const SignedCertificateTimestampAndStatusList&
|
| @@ -671,6 +672,7 @@ class NET_EXPORT TransportSecurityState {
|
| void MaybeNotifyExpectCTFailed(
|
| const HostPortPair& host_port_pair,
|
| const GURL& report_uri,
|
| + base::Time expiration,
|
| const X509Certificate* validated_certificate_chain,
|
| const X509Certificate* served_certificate_chain,
|
| const SignedCertificateTimestampAndStatusList&
|
|
|