|
Cleanup Fake* classes in remoting/protocol
1. Renamed FakeSocket to FakeStreamSocket and FakeUdpSocket to
FakeDatagramSocket,
2. Added factories for both stream and datagram fake
sockets,
3. Move fake sockets to separate files out of fake_session.h
BUG= 402993
Committed: https://crrev.com/98d8fe931814c79fd763148549fdb5ee2521e312
Cr-Commit-Position: refs/heads/master@{#296270}
Total comments: 66
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+786 lines, -495 lines) |
Patch |
|
M |
remoting/protocol/authenticator_test_base.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/authenticator_test_base.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/buffered_socket_writer_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/channel_multiplexer_unittest.cc
|
View
|
1
|
5 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/connection_to_client_unittest.cc
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
A |
remoting/protocol/fake_datagram_socket.h
|
View
|
1
2
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/protocol/fake_datagram_socket.cc
|
View
|
1
2
|
1 chunk |
+170 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_session.h
|
View
|
|
2 chunks |
+5 lines, -152 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_session.cc
|
View
|
|
2 chunks |
+3 lines, -310 lines |
0 comments
|
Download
|
|
A |
remoting/protocol/fake_stream_socket.h
|
View
|
1
2
|
1 chunk |
+158 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/protocol/fake_stream_socket.cc
|
View
|
1
|
1 chunk |
+277 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/message_reader_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/remoting_test.gypi
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (5 generated)
|