|
Simplify channel creation callbacks in remoting::Session interface.
Remove name parameters from StreamChannelCallback and
DatagramChannelCallback. This argument is redundant: callback currying
can be used instead where neccessary.
BUG=None
TEST=compiles.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96310
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -64 lines) |
Patch |
 |
M |
remoting/protocol/fake_session.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_datagram_connector.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session.cc
|
View
|
|
1 chunk |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_stream_connector.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/protobuf_video_reader.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/protobuf_video_reader.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/protobuf_video_writer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/protobuf_video_writer.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/rtp_video_reader.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/rtp_video_reader.cc
|
View
|
|
2 chunks |
+7 lines, -8 lines |
3 comments
|
Download
|
 |
M |
remoting/protocol/rtp_video_writer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/rtp_video_writer.cc
|
View
|
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/session.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|