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

Issue 448273002: Add ProtoDecoder for sending messages between Host and Controller when pairing (Closed)

Created:
6 years, 4 months ago by Zachary Kuznia
Modified:
6 years, 4 months ago
Reviewers:
achuithb
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Add ProtoDecoder for sending messages between Host and Controller when pairing BUG=380961, 380962 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289097

Patch Set 1 #

Patch Set 2 : Fix define guards #

Patch Set 3 : Rebase #

Total comments: 26

Patch Set 4 : Code review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -0 lines) Patch
M components/pairing.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/pairing/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A components/pairing/proto_decoder.h View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
A components/pairing/proto_decoder.cc View 1 2 3 1 chunk +201 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Zachary Kuznia
Please take a look
6 years, 4 months ago (2014-08-07 21:43:32 UTC) #1
achuithb
First pass. https://codereview.chromium.org/448273002/diff/40001/components/pairing/proto_decoder.cc File components/pairing/proto_decoder.cc (right): https://codereview.chromium.org/448273002/diff/40001/components/pairing/proto_decoder.cc#newcode29 components/pairing/proto_decoder.cc:29: next_message_size_(0) {} DCHECK(observer); https://codereview.chromium.org/448273002/diff/40001/components/pairing/proto_decoder.cc#newcode40 components/pairing/proto_decoder.cc:40: if (message_buffer_->AvailableBytes() ...
6 years, 4 months ago (2014-08-11 22:04:31 UTC) #2
Zachary Kuznia
https://codereview.chromium.org/448273002/diff/40001/components/pairing/proto_decoder.cc File components/pairing/proto_decoder.cc (right): https://codereview.chromium.org/448273002/diff/40001/components/pairing/proto_decoder.cc#newcode29 components/pairing/proto_decoder.cc:29: next_message_size_(0) {} On 2014/08/11 22:04:31, achuithb wrote: > DCHECK(observer); ...
6 years, 4 months ago (2014-08-11 23:40:30 UTC) #3
achuithb
lgtm
6 years, 4 months ago (2014-08-12 18:37:38 UTC) #4
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 4 months ago (2014-08-12 18:40:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/448273002/60001
6 years, 4 months ago (2014-08-12 18:41:25 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 22:50:08 UTC) #7
Message was sent while issue was closed.
Change committed as 289097

Powered by Google App Engine
This is Rietveld 408576698