| Index: net/udp/udp_server_socket.h
|
| diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h
|
| index 56a545980b4499ce5780fb773676d0021a74aa7d..c9baad32f28ad4bb6d7ace94c3f6067a6d582a5e 100644
|
| --- a/net/udp/udp_server_socket.h
|
| +++ b/net/udp/udp_server_socket.h
|
| @@ -37,6 +37,8 @@ class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
|
| virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual const BoundNetLog& NetLog() const OVERRIDE;
|
| + virtual void AllowAddressReuse() OVERRIDE;
|
| + virtual void AllowBroadcast() OVERRIDE;
|
|
|
| private:
|
| UDPSocket socket_;
|
|
|