Index: net/udp/udp_server_socket.h |
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h |
index 89acb4fbf71708214999290e9f02ea0b16a5b416..1cb8c255fb75529cff6791219320ae124a7ed627 100644 |
--- a/net/udp/udp_server_socket.h |
+++ b/net/udp/udp_server_socket.h |
@@ -38,6 +38,7 @@ 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 AllowBroadcast() OVERRIDE; |
private: |
UDPSocket socket_; |