| Index: net/quic/chromium/quic_stream_factory.cc
|
| diff --git a/net/quic/chromium/quic_stream_factory.cc b/net/quic/chromium/quic_stream_factory.cc
|
| index 56164761cd1ac6f27b41f3941451a863d0ce084e..4ef1ec0c652cc2e452ef790bb1f71910725f5265 100644
|
| --- a/net/quic/chromium/quic_stream_factory.cc
|
| +++ b/net/quic/chromium/quic_stream_factory.cc
|
| @@ -1422,8 +1422,6 @@ bool QuicStreamFactory::HasActiveCertVerifierJob(
|
| int QuicStreamFactory::ConfigureSocket(DatagramClientSocket* socket,
|
| IPEndPoint addr,
|
| NetworkHandle network) {
|
| - socket->UseNonBlockingIO();
|
| -
|
| int rv;
|
| if (migrate_sessions_on_network_change_) {
|
| // If caller leaves network unspecified, use current default network.
|
|
|