summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_stream.h')
-rw-r--r--net/spdy/spdy_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 186d0ec..a2fefd9 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -24,6 +24,7 @@
namespace net {
class AddressList;
+class IPEndPoint;
class SpdySession;
class SSLCertRequestInfo;
class SSLInfo;
@@ -143,6 +144,7 @@ class SpdyStream
void DecreaseSendWindowSize(int delta_window_size);
int GetPeerAddress(AddressList* address) const;
+ int GetLocalAddress(IPEndPoint* address) const;
// Returns true if the underlying transport socket ever had any reads or
// writes.