diff options
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index a4e1edc..46d1903 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -198,9 +198,8 @@ class SpdySession : public base::RefCounted<SpdySession>, const BoundNetLog& net_log() const { return net_log_; } - int GetPeerAddress(AddressList* address) const { - return connection_->socket()->GetPeerAddress(address); - } + int GetPeerAddress(AddressList* address) const; + int GetLocalAddress(IPEndPoint* address) const; private: friend class base::RefCounted<SpdySession>; |