diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-06 23:57:07 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-06 23:57:07 +0000 |
commit | e1e0626250c6accd6e72168636630ce2aedf4953 (patch) | |
tree | 0b6206aac9e8140eba48f6bb1e261926d448f1eb /net/build/net_unittests.vcproj | |
parent | 78b02d540d5d4ee753b319b4811842273be9d509 (diff) | |
download | chromium_src-e1e0626250c6accd6e72168636630ce2aedf4953.zip chromium_src-e1e0626250c6accd6e72168636630ce2aedf4953.tar.gz chromium_src-e1e0626250c6accd6e72168636630ce2aedf4953.tar.bz2 |
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
Diffstat (limited to 'net/build/net_unittests.vcproj')
-rw-r--r-- | net/build/net_unittests.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ > </File> <File - RelativePath="..\http\http_connection_manager_unittest.cc" - > - </File> - <File RelativePath="..\http\http_network_layer_unittest.cc" > </File> @@ -295,6 +291,10 @@ > </File> <File + RelativePath="..\base\client_socket_pool_unittest.cc" + > + </File> + <File RelativePath="..\base\cookie_monster_unittest.cc" > </File> |