|
Upstream changes making ListenSocket an abstract class.
This is part of Chrome for Android upstreaming.
This CL makes ListenSocket an abstract class instead of a concrete class
implementing a TCP Listen Socket. This abstraction will be used later to make
HttpServer seamlessly operate on TCP sockets and Unix domain sockets (will be
upstreamed in a separate CL).
The TCP Listen socket implementation, previously in listen_socket.{cc,h}, is
now in tcp_listen_socket.{cc,h}.
TEST=net_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133480
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+150 lines, -930 lines) |
Patch |
 |
M |
chrome_frame/test/test_server.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test/test_server.cc
|
View
|
1
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/listen_socket.h
|
View
|
1
2
3
|
2 chunks |
+12 lines, -84 lines |
0 comments
|
Download
|
 |
D |
net/base/listen_socket.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -312 lines |
0 comments
|
Download
|
 |
D |
net/base/listen_socket_unittest.h
|
View
|
|
1 chunk |
+0 lines, -128 lines |
0 comments
|
Download
|
 |
D |
net/base/listen_socket_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -248 lines |
0 comments
|
Download
|
 |
A + |
net/base/tcp_listen_socket.h
|
View
|
1
2
|
6 chunks |
+16 lines, -39 lines |
0 comments
|
Download
|
 |
A + |
net/base/tcp_listen_socket.cc
|
View
|
1
2
3
|
17 chunks |
+31 lines, -41 lines |
0 comments
|
Download
|
 |
A + |
net/base/tcp_listen_socket_unittest.h
|
View
|
|
4 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
net/base/tcp_listen_socket_unittest.cc
|
View
|
|
13 chunks |
+43 lines, -40 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/server/http_server.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/socket/transport_client_socket_unittest.cc
|
View
|
|
5 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/tools/fetch/http_listen_socket.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/tools/fetch/http_listen_socket.cc
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|