From e1e0626250c6accd6e72168636630ce2aedf4953 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Wed, 6 Aug 2008 23:57:07 +0000 Subject: Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager to ClientSocketPool. The max number of sockets per group is now a constructor argument to ClientSocketPool. I also changed the API on the pool to take ClientSocketHandle pointers. The former SocketHandle typedef is now a private ClientSocketPtr typedef for use within the implementation of ClientSocketPool. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@471 0039d316-1c4b-4281-b951-d872f2087c98 --- net/build/net_unittests.vcproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/build/net_unittests.vcproj') diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index d31226e..3426bf0 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -235,10 +235,6 @@ > - - @@ -295,6 +291,10 @@ > + + -- cgit v1.1