Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index f9fbc76b70916d39aababa6b708505a0a1b688a0..2df9a0ec148a8be2cebba8daf6a1e5bd521c109d 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -954,10 +954,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, |
size_t max_concurrent_streams() const { return max_concurrent_streams_; } |
- // Returns the SSLClientSocket that this SPDY session sits on top of, |
- // or NULL, if the transport is not SSL. |
- SSLClientSocket* GetSSLClientSocket() const; |
- |
// Whether Do{Read,Write}Loop() is in the call stack. Useful for |
// making sure we don't destroy ourselves prematurely in that case. |
bool in_io_loop_; |