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

Issue 14715012: Protocol-level changes required to support PIN-less authentication. (Closed)

Created:
7 years, 7 months ago by Jamie
Modified:
7 years, 7 months ago
Reviewers:
rmsousa
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Protocol-level changes required to support PIN-less authentication. This CL adds the protocol messages needed to support PIN-less authentication, and the C++ glue to route them as far as the HostStub and get the reply back to a client callback. BUG=156182 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199371

Patch Set 1 #

Total comments: 13

Patch Set 2 : Reviewer feedback. #

Patch Set 3 : Fixed linter nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -2 lines) Patch
M remoting/proto/control.proto View 1 1 chunk +13 lines, -0 lines 0 comments Download
M remoting/proto/internal.proto View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/client_control_dispatcher.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/client_control_dispatcher.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M remoting/protocol/client_stub.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.h View 1 3 chunks +3 lines, -1 line 0 comments Download
M remoting/protocol/host_control_dispatcher.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M remoting/protocol/host_stub.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Jamie
ptal https://codereview.chromium.org/14715012/diff/1/remoting/protocol/host_stub.h File remoting/protocol/host_stub.h (right): https://codereview.chromium.org/14715012/diff/1/remoting/protocol/host_stub.h#newcode45 remoting/protocol/host_stub.h:45: // implementation CLs have landed. I can make ...
7 years, 7 months ago (2013-05-09 01:37:41 UTC) #1
alexeypa (please no reviews)
Just a drive-by. https://codereview.chromium.org/14715012/diff/1/remoting/protocol/client_control_dispatcher.cc File remoting/protocol/client_control_dispatcher.cc (right): https://codereview.chromium.org/14715012/diff/1/remoting/protocol/client_control_dispatcher.cc#newcode93 remoting/protocol/client_control_dispatcher.cc:93: if (!latest_pairing_callback_.is_null()) { nit: LOG(WARNING) << ...
7 years, 7 months ago (2013-05-09 02:49:20 UTC) #2
rmsousa
https://codereview.chromium.org/14715012/diff/1/remoting/proto/control.proto File remoting/proto/control.proto (right): https://codereview.chromium.org/14715012/diff/1/remoting/proto/control.proto#newcode62 remoting/proto/control.proto:62: message PairingReply { nit: We typically use Request/Response for ...
7 years, 7 months ago (2013-05-09 03:55:02 UTC) #3
Jamie
ptal https://codereview.chromium.org/14715012/diff/1/remoting/proto/control.proto File remoting/proto/control.proto (right): https://codereview.chromium.org/14715012/diff/1/remoting/proto/control.proto#newcode62 remoting/proto/control.proto:62: message PairingReply { On 2013/05/09 03:55:02, rmsousa wrote: ...
7 years, 7 months ago (2013-05-09 17:59:51 UTC) #4
rmsousa
lgtm
7 years, 7 months ago (2013-05-09 18:12:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/14715012/19001
7 years, 7 months ago (2013-05-09 18:15:22 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) googleurl_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=51178
7 years, 7 months ago (2013-05-09 18:30:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/14715012/19001
7 years, 7 months ago (2013-05-09 18:35:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/14715012/19001
7 years, 7 months ago (2013-05-09 21:19:13 UTC) #9
commit-bot: I haz the power
7 years, 7 months ago (2013-05-10 04:35:10 UTC) #10
Message was sent while issue was closed.
Change committed as 199371

Powered by Google App Engine
This is Rietveld 408576698