|
Add support for multiplexed channels in remoting::protocol::Session interface.
Now the Session interface has two methods that return channel factories - one for regular channels and one for multiplexed channels.
Also refactored AudioReader and AudioWriter to inherit from
ChannelDispatcherBase.
BUG= 137135
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152240
Total comments: 9
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+230 lines, -221 lines) |
Patch |
|
M |
remoting/protocol/audio_reader.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -18 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/audio_reader.cc
|
View
|
|
2 chunks |
+4 lines, -30 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/audio_writer.h
|
View
|
1
2
3
|
2 chunks |
+9 lines, -25 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/audio_writer.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -38 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/channel_dispatcher_base.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/protocol/channel_dispatcher_base.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/channel_multiplexer.cc
|
View
|
1
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/channel_multiplexer_unittest.cc
|
View
|
|
7 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/connection_to_host.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_session.h
|
View
|
1
2
|
4 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/fake_session.cc
|
View
|
1
2
3
|
2 chunks |
+25 lines, -17 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/jingle_session.h
|
View
|
1
2
|
5 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/jingle_session.cc
|
View
|
1
2
3
|
5 chunks |
+45 lines, -28 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/jingle_session_unittest.cc
|
View
|
1
2
|
5 chunks |
+48 lines, -13 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protobuf_video_reader.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protobuf_video_reader.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protobuf_video_writer.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protobuf_video_writer.cc
|
View
|
1
2
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/protocol_mock_objects.h
|
View
|
1
2
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/protocol/session.h
|
View
|
1
2
3
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|