Index: net/http/transport_security_state.h |
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h |
index d5283712c57ae28e53a6f63cecd722c136bc7a19..68dfc08ae91f2f8a097e06073c9ea709bb1c888e 100644 |
--- a/net/http/transport_security_state.h |
+++ b/net/http/transport_security_state.h |
@@ -449,6 +449,10 @@ class NET_EXPORT TransportSecurityState |
const HostPortPair& host_port_pair, |
const SSLInfo& ssl_info); |
+ void ProcessExpectStaple(const HostPortPair& host_port_pair, |
+ const SSLInfo& ssl_info, |
+ const std::string& ocsp_response); |
Ryan Sleevi
2016/07/19 00:02:49
Documentation is needed here. Just from the header
dadrian
2016/07/19 00:18:54
I modeled this after ProcessExpectCTHeader. It fol
|
+ |
// For unit tests only; causes ShouldRequireCT() to return |*required| |
// by default (that is, unless a RequireCTDelegate overrides). Set to |
// nullptr to reset. |