Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Issue 8587053: Remove event_channel() and control_channel() from Session interface. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

Remove event_channel() and control_channel() from Session interface. Now all channels are created using CreateStreamChannel() as they should be! Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111045

Patch Set 1 #

Total comments: 8

Patch Set 2 : - #

Patch Set 3 : Update FakeSession #

Patch Set 4 : - #

Patch Set 5 : - #

Patch Set 6 : - #

Total comments: 18

Patch Set 7 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -314 lines) Patch
A remoting/protocol/channel_dispatcher_base.h View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
A remoting/protocol/channel_dispatcher_base.cc View 1 1 chunk +48 lines, -0 lines 0 comments Download
remoting/protocol/client_control_dispatcher.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/client_control_dispatcher.cc View 1 2 chunks +8 lines, -13 lines 0 comments Download
M remoting/protocol/client_event_dispatcher.h View 1 2 3 4 5 6 1 chunk +6 lines, -11 lines 0 comments Download
M remoting/protocol/client_event_dispatcher.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M remoting/protocol/connection_to_client.h View 1 2 3 4 2 chunks +4 lines, -9 lines 0 comments Download
M remoting/protocol/connection_to_client.cc View 1 2 3 4 5 4 chunks +22 lines, -26 lines 0 comments Download
M remoting/protocol/connection_to_client_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 2 chunks +3 lines, -8 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 2 3 4 5 4 chunks +16 lines, -23 lines 0 comments Download
M remoting/protocol/fake_session.h View 1 2 3 4 5 6 2 chunks +0 lines, -5 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.h View 1 3 chunks +10 lines, -7 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.cc View 1 2 chunks +7 lines, -8 lines 0 comments Download
M remoting/protocol/host_event_dispatcher.h View 1 3 chunks +6 lines, -8 lines 0 comments Download
remoting/protocol/host_event_dispatcher.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download
M remoting/protocol/jingle_session.h View 3 chunks +0 lines, -15 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 4 chunks +0 lines, -41 lines 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 1 2 3 4 5 6 5 chunks +26 lines, -43 lines 0 comments Download
M remoting/protocol/pepper_session.h View 3 chunks +0 lines, -11 lines 0 comments Download
M remoting/protocol/pepper_session.cc View 1 2 3 4 5 6 6 chunks +7 lines, -50 lines 0 comments Download
M remoting/protocol/protobuf_video_reader.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/protobuf_video_reader.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/rtp_video_reader.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/rtp_video_reader.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/rtp_video_writer.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/rtp_video_writer.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/session.h View 2 chunks +0 lines, -9 lines 0 comments Download
M remoting/protocol/video_reader.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/video_writer.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-17 21:47:06 UTC) #1
Wez
Why not expose whether the channel is connected or not from ChannelDispatcherBase, so that callers ...
9 years, 1 month ago (2011-11-17 22:39:40 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8587053/diff/1/remoting/protocol/channel_dispatcher_base.cc File remoting/protocol/channel_dispatcher_base.cc (right): http://codereview.chromium.org/8587053/diff/1/remoting/protocol/channel_dispatcher_base.cc#newcode44 remoting/protocol/channel_dispatcher_base.cc:44: initialized_callback_.Run(true); On 2011/11/17 22:39:41, Wez wrote: > Should we ...
9 years, 1 month ago (2011-11-17 23:10:38 UTC) #3
Sergey Ulanov
On 2011/11/17 22:39:40, Wez wrote: > Why not expose whether the channel is connected or ...
9 years, 1 month ago (2011-11-17 23:11:24 UTC) #4
Wez
lgtm http://codereview.chromium.org/8587053/diff/14002/remoting/protocol/channel_dispatcher_base.h File remoting/protocol/channel_dispatcher_base.h (right): http://codereview.chromium.org/8587053/diff/14002/remoting/protocol/channel_dispatcher_base.h#newcode23 remoting/protocol/channel_dispatcher_base.h:23: // Base class for channel dispatchers. It is ...
9 years, 1 month ago (2011-11-21 02:39:04 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/8587053/diff/14002/remoting/protocol/channel_dispatcher_base.h File remoting/protocol/channel_dispatcher_base.h (right): http://codereview.chromium.org/8587053/diff/14002/remoting/protocol/channel_dispatcher_base.h#newcode23 remoting/protocol/channel_dispatcher_base.h:23: // Base class for channel dispatchers. It is responsible ...
9 years, 1 month ago (2011-11-21 22:14:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8587053/18001
9 years, 1 month ago (2011-11-21 22:16:30 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-11-21 22:16:34 UTC) #8
Can't process patch for file remoting/protocol/client_control_dispatcher.h.
File's status is None, patchset upload is incomplete.

Powered by Google App Engine
This is Rietveld 408576698