diff options
Diffstat (limited to 'net/spdy/spdy_http_stream.h')
-rw-r--r-- | net/spdy/spdy_http_stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h index eab605c..a8e1a2c 100644 --- a/net/spdy/spdy_http_stream.h +++ b/net/spdy/spdy_http_stream.h @@ -91,6 +91,8 @@ class SpdyHttpStream : public SpdyStream::Delegate, public HttpStream { // SPDY doesn't need an indicator here. } + virtual ClientSocketHandle* DetachConnection(); + virtual void GetSSLInfo(SSLInfo* ssl_info); virtual void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); |