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

Issue 1356943004: Add RemoteDeviceLoader to create RemoteDevice from CryptAuth data. (Closed)

Created:
5 years, 3 months ago by Tim Song
Modified:
5 years, 2 months ago
Reviewers:
sacomoto
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@webui
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add RemoteDeviceLoader to create RemoteDevice from CryptAuth data. BUG=527558 TEST=unit test Committed: https://crrev.com/b3163737b4390d4c438aa4d644dacb7257a89bf7 Cr-Commit-Position: refs/heads/master@{#351098}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : move RemoteDevice creation in tests to util function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -139 lines) Patch
M components/components_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 3 chunks +5 lines, -0 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc View 1 17 chunks +27 lines, -33 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc View 1 7 chunks +7 lines, -13 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_finder_unittest.cc View 1 10 chunks +14 lines, -21 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_unittest.cc View 1 5 chunks +9 lines, -14 lines 0 comments Download
M components/proximity_auth/device_to_device_authenticator_unittest.cc View 1 4 chunks +3 lines, -11 lines 0 comments Download
M components/proximity_auth/proximity_auth_system_unittest.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
A components/proximity_auth/proximity_auth_test_util.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A components/proximity_auth/proximity_auth_test_util.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M components/proximity_auth/proximity_monitor_impl_unittest.cc View 1 3 chunks +10 lines, -5 lines 0 comments Download
M components/proximity_auth/remote_device.h View 1 1 chunk +10 lines, -2 lines 0 comments Download
M components/proximity_auth/remote_device.cc View 1 1 chunk +10 lines, -4 lines 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl_unittest.cc View 1 3 chunks +2 lines, -10 lines 0 comments Download
A components/proximity_auth/remote_device_loader.h View 1 chunk +76 lines, -0 lines 0 comments Download
A components/proximity_auth/remote_device_loader.cc View 1 1 chunk +76 lines, -0 lines 0 comments Download
A components/proximity_auth/remote_device_loader_unittest.cc View 1 1 chunk +151 lines, -0 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.h View 3 chunks +4 lines, -5 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.cc View 3 chunks +13 lines, -18 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 11 (4 generated)
Tim Song
5 years, 3 months ago (2015-09-24 02:33:29 UTC) #3
sacomoto
LTGM with nits. This is not for this CL, but every time we add a ...
5 years, 3 months ago (2015-09-24 12:41:59 UTC) #4
sacomoto
On 2015/09/24 12:41:59, sacomoto wrote: > LTGM with nits. > > This is not for ...
5 years, 3 months ago (2015-09-24 12:42:59 UTC) #5
Tim Song
https://codereview.chromium.org/1356943004/diff/20001/components/proximity_auth/remote_device.h File components/proximity_auth/remote_device.h (right): https://codereview.chromium.org/1356943004/diff/20001/components/proximity_auth/remote_device.h#newcode19 components/proximity_auth/remote_device.h:19: std::string sign_in_challenge; On 2015/09/24 12:41:59, sacomoto wrote: > nit: ...
5 years, 2 months ago (2015-09-26 02:08:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1356943004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1356943004/40001
5 years, 2 months ago (2015-09-28 17:16:40 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 2 months ago (2015-09-28 19:18:29 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 19:19:47 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b3163737b4390d4c438aa4d644dacb7257a89bf7
Cr-Commit-Position: refs/heads/master@{#351098}

Powered by Google App Engine
This is Rietveld 408576698