Chromium Code Reviews| Index: net/socket/socket_test_util.cc |
| =================================================================== |
| --- net/socket/socket_test_util.cc (revision 54613) |
| +++ net/socket/socket_test_util.cc (working copy) |
| @@ -187,7 +187,6 @@ |
| if (connected_) |
| return net::OK; |
| connected_ = true; |
| - peer_closed_connection_ = false; |
| if (data_->connect_data().async) { |
| RunCallbackAsync(callback, data_->connect_data().result); |
| return net::ERR_IO_PENDING; |