diff options
Diffstat (limited to 'net/spdy/spdy_stream.h')
-rw-r--r-- | net/spdy/spdy_stream.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h index a1821a3..73288ce 100644 --- a/net/spdy/spdy_stream.h +++ b/net/spdy/spdy_stream.h @@ -31,7 +31,6 @@ namespace net { class AddressList; class IPEndPoint; struct LoadTimingInfo; -class SSLCertRequestInfo; class SSLInfo; class SpdySession; @@ -378,10 +377,6 @@ class NET_EXPORT_PRIVATE SpdyStream { bool* was_npn_negotiated, NextProto* protocol_negotiated); - // Fills SSL Certificate Request info |cert_request_info| and returns - // true when SSL is in use. - bool GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); - // If the stream is stalled on sending data, but the session is not // stalled on sending data and |send_window_size_| is positive, then // set |send_stalled_by_flow_control_| to false and unstall the data |