summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_server_socket_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_server_socket_win.h')
-rw-r--r--net/socket/tcp_server_socket_win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket/tcp_server_socket_win.h b/net/socket/tcp_server_socket_win.h
index fab8bf0..cbd4174 100644
--- a/net/socket/tcp_server_socket_win.h
+++ b/net/socket/tcp_server_socket_win.h
@@ -29,7 +29,6 @@ class NET_EXPORT_PRIVATE TCPServerSocketWin
~TCPServerSocketWin();
// net::ServerSocket implementation.
- virtual void AllowAddressReuse() OVERRIDE;
virtual int Listen(const net::IPEndPoint& address, int backlog) OVERRIDE;
virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
virtual int Accept(scoped_ptr<StreamSocket>* socket,
@@ -51,8 +50,6 @@ class NET_EXPORT_PRIVATE TCPServerSocketWin
scoped_ptr<StreamSocket>* accept_socket_;
CompletionCallback accept_callback_;
- bool reuse_address_;
-
BoundNetLog net_log_;
};