Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: net/socket/fuzzed_datagram_client_socket.cc

Issue 2253753002: Always use NonBlocking IO for UDP sockets on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/fuzzed_datagram_client_socket.h ('k') | net/socket/socket_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/fuzzed_datagram_client_socket.cc
diff --git a/net/socket/fuzzed_datagram_client_socket.cc b/net/socket/fuzzed_datagram_client_socket.cc
index 328a1c8c0366f6019d30ff4e0aa22b4c2fa3a750..39ee3723e0110409faa8d61b959cb88bc4d9f963 100644
--- a/net/socket/fuzzed_datagram_client_socket.cc
+++ b/net/socket/fuzzed_datagram_client_socket.cc
@@ -86,8 +86,6 @@ int FuzzedDatagramClientSocket::GetLocalAddress(IPEndPoint* address) const {
return OK;
}
-void FuzzedDatagramClientSocket::UseNonBlockingIO() {}
-
const NetLogWithSource& FuzzedDatagramClientSocket::NetLog() const {
return net_log_;
}
« no previous file with comments | « net/socket/fuzzed_datagram_client_socket.h ('k') | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698