summaryrefslogtreecommitdiffstats
path: root/net/build
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 23:57:07 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 23:57:07 +0000
commite1e0626250c6accd6e72168636630ce2aedf4953 (patch)
tree0b6206aac9e8140eba48f6bb1e261926d448f1eb /net/build
parent78b02d540d5d4ee753b319b4811842273be9d509 (diff)
downloadchromium_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')
-rw-r--r--net/build/net.vcproj32
-rw-r--r--net/build/net_unittests.vcproj8
2 files changed, 20 insertions, 20 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index 8329527..3da1c7b 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -189,6 +189,22 @@
>
</File>
<File
+ RelativePath="..\base\client_socket_handle.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\base\client_socket_handle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\base\client_socket_pool.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\base\client_socket_pool.h"
+ >
+ </File>
+ <File
RelativePath="..\base\completion_callback.h"
>
</File>
@@ -637,22 +653,6 @@
>
</File>
<File
- RelativePath="..\http\http_connection.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_connection.h"
- >
- </File>
- <File
- RelativePath="..\http\http_connection_manager.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_connection_manager.h"
- >
- </File>
- <File
RelativePath="..\http\http_network_layer.cc"
>
</File>
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>