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

Unified Diff: net/socket/tcp_client_socket_win.cc

Issue 6820057: Added TCPServerSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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
Index: net/socket/tcp_client_socket_win.cc
diff --git a/net/socket/tcp_client_socket_win.cc b/net/socket/tcp_client_socket_win.cc
index 9d28254084704d77864d99a90a65fbba34bcb13a..eec7dbb7702aac954392e43e0574d80fb19c679e 100644
--- a/net/socket/tcp_client_socket_win.cc
+++ b/net/socket/tcp_client_socket_win.cc
@@ -239,6 +239,7 @@ void TCPClientSocketWin::AdoptSocket(SOCKET socket) {
socket_ = socket;
int error = SetupSocket();
DCHECK_EQ(0, error);
+ core_ = new Core(this);
current_ai_ = addresses_.head();
use_history_.set_was_ever_connected();
}

Powered by Google App Engine
This is Rietveld 408576698