Index: net/socket/tcp_socket_win.h |
diff --git a/net/socket/tcp_socket_win.h b/net/socket/tcp_socket_win.h |
index 54e115b38f3b9ccf0ebab62ce99dded846ee7528..3dd0ee98ea49899cf3687191be564174f98fa131 100644 |
--- a/net/socket/tcp_socket_win.h |
+++ b/net/socket/tcp_socket_win.h |
@@ -61,6 +61,9 @@ class NET_EXPORT TCPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe), |
// Multiple outstanding requests are not supported. |
// Full duplex mode (reading and writing at the same time) is supported. |
int Read(IOBuffer* buf, int buf_len, const CompletionCallback& callback); |
+ int ReadIfReady(IOBuffer* buf, |
+ int buf_len, |
+ const CompletionCallback& callback); |
int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback); |
int GetLocalAddress(IPEndPoint* address) const; |