| Index: net/udp/datagram_server_socket.h
|
| diff --git a/net/udp/datagram_server_socket.h b/net/udp/datagram_server_socket.h
|
| index c83481c911308632b117f2d95f21f26a0c3e162c..3a68d3db5cbd6f11b1684910c7d89bd76d4c8673 100644
|
| --- a/net/udp/datagram_server_socket.h
|
| +++ b/net/udp/datagram_server_socket.h
|
| @@ -60,6 +60,9 @@ class NET_EXPORT DatagramServerSocket : public DatagramSocket {
|
|
|
| // Set the send buffer size (in bytes) for the socket.
|
| virtual bool SetSendBufferSize(int32 size) = 0;
|
| +
|
| + // Makes the socket ready for broadcasting.
|
| + virtual void AllowBroadcast() = 0;
|
| };
|
|
|
| } // namespace net
|
|
|