| Index: content/browser/renderer_host/p2p/socket_host_udp.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp.cc b/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| index e4e744b7a461da46965ab147d9c7fd90dab47e65..9493a4a119085c12e8a77fe3826718ba30c67b27 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| @@ -447,9 +447,6 @@ std::unique_ptr<net::DatagramServerSocket>
|
| P2PSocketHostUdp::DefaultSocketFactory() {
|
| net::UDPServerSocket* socket = new net::UDPServerSocket(
|
| GetContentClient()->browser()->GetNetLog(), net::NetLogSource());
|
| -#if defined(OS_WIN)
|
| - socket->UseNonBlockingIO();
|
| -#endif
|
|
|
| return base::WrapUnique(socket);
|
| }
|
|
|