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

Issue 6030007: Chromoting protocol layers to receive and send login messages (Closed)

Created:
10 years ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
Sergey Ulanov, awong
CC:
chromium-reviews, Sergey Ulanov, dmac, awong, garykac
Visibility:
Public.

Description

Chromoting protocol layers to receive and send login messages BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70036

Patch Set 1 #

Patch Set 2 : upload again #

Patch Set 3 : fix style #

Total comments: 16

Patch Set 4 : protol #

Total comments: 2

Patch Set 5 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -117 lines) Patch
M remoting/client/chromoting_client.h View 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 4 1 chunk +7 lines, -3 lines 0 comments Download
M remoting/host/host_stub_fake.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/host/host_stub_fake.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/proto/auth.proto View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/client_control_sender.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/protocol/client_control_sender.cc View 1 chunk +8 lines, -0 lines 0 comments Download
A remoting/protocol/client_message_dispatcher.h View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
A remoting/protocol/client_message_dispatcher.cc View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
M remoting/protocol/client_stub.h View 2 chunks +3 lines, -0 lines 0 comments Download
D remoting/protocol/client_stub_impl.cc View 1 chunk +0 lines, -38 lines 0 comments Download
A + remoting/protocol/host_control_sender.h View 1 2 2 chunks +15 lines, -12 lines 0 comments Download
A remoting/protocol/host_control_sender.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.h View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.cc View 1 2 3 4 4 chunks +9 lines, -30 lines 0 comments Download
M remoting/protocol/host_stub.h View 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/protocol/jingle_connection_to_host.h View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M remoting/protocol/jingle_connection_to_host.cc View 1 2 3 4 5 chunks +14 lines, -19 lines 0 comments Download
M remoting/protocol/mock_objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
A remoting/protocol/ref_counted_message.h View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
10 years ago (2010-12-23 00:53:51 UTC) #1
awong
looks mostly good. Got a few nits below. Also, is there a unittest that should ...
10 years ago (2010-12-23 01:15:09 UTC) #2
Alpha Left Google
We already have unit tests for testing the pieces we are using, e.g. MessageDecoder, JingleSession, ...
10 years ago (2010-12-23 02:17:58 UTC) #3
awong
http://codereview.chromium.org/6030007/diff/11001/remoting/client/chromoting_client.cc File remoting/client/chromoting_client.cc (right): http://codereview.chromium.org/6030007/diff/11001/remoting/client/chromoting_client.cc#newcode221 remoting/client/chromoting_client.cc:221: // TODO(garykac): Implement this. Can you add NOTIMPLEMENTED() here ...
10 years ago (2010-12-23 02:30:31 UTC) #4
Alpha Left Google
Addressed your comments.
10 years ago (2010-12-23 02:58:37 UTC) #5
awong
10 years ago (2010-12-23 02:59:23 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698