summaryrefslogtreecommitdiffstats
path: root/net/udp/udp_client_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/udp/udp_client_socket.h')
-rw-r--r--net/udp/udp_client_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
index b26393c..64b17dca 100644
--- a/net/udp/udp_client_socket.h
+++ b/net/udp/udp_client_socket.h
@@ -33,6 +33,7 @@ class NET_TEST UDPClientSocket : public DatagramClientSocket {
virtual int GetLocalAddress(IPEndPoint* address) const;
virtual bool SetReceiveBufferSize(int32 size);
virtual bool SetSendBufferSize(int32 size);
+ virtual const BoundNetLog& NetLog() const;
private:
UDPSocket socket_;