|
Make ClientSocketPoolManager into an interface.
This allows for using a MockClientSocketPoolManager. The default implementation has been moved into ClientSocketPoolManagerImpl. This allows HttpNetworkSessionPeer to replace the whole ClientSocketPoolManager rather than individual socket pools, which is necessary because socket pools will become more integrated in the future.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110510
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+908 lines, -685 lines) |
Patch |
 |
M |
jingle/notifier/base/proxy_resolving_client_socket.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
1
|
4 chunks |
+21 lines, -18 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session_peer.h
|
View
|
|
2 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session_peer.cc
|
View
|
|
1 chunk |
+3 lines, -43 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
1
2
3
4
5
|
18 chunks |
+36 lines, -21 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_job.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_stream_factory_impl_unittest.cc
|
View
|
|
5 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.h
|
View
|
1
2
3
4
|
3 chunks |
+75 lines, -185 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+17 lines, -371 lines |
0 comments
|
Download
|
 |
A |
net/socket/client_socket_pool_manager_impl.h
|
View
|
|
1 chunk |
+152 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/client_socket_pool_manager_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+394 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/mock_client_socket_pool_manager.h
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/mock_client_socket_pool_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_websocket_stream_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_job_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|