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

Issue 2841743003: [EasyUnlock] Update BluetoothLowEnergyConnectionFinder to look for EIDs. (Closed)

Created:
3 years, 8 months ago by Tim Song
Modified:
3 years, 8 months ago
Reviewers:
sacomoto
CC:
chromium-reviews, extensions-reviews_chromium.org, jlklein+watch-tether_chromium.org, tengs+watch-tether_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, chromium-apps-reviews_chromium.org, lesliewatkins+watch-tether_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[EasyUnlock] Update BluetoothLowEnergyConnectionFinder to look for EIDs. Note that this CL copies this class to the proximity_auth/ directory. The existing BLE directory will be deleted in the future, as it is obsolete. Review-Url: https://codereview.chromium.org/2841743003 Cr-Original-Original-Commit-Position: refs/heads/master@{#467190} Committed: https://chromium.googlesource.com/chromium/src/+/4e46b4e06866f12f15eb9f436b273801b20e7422 Review-Url: https://codereview.chromium.org/2841743003 Cr-Original-Commit-Position: refs/heads/master@{#467354} Committed: https://chromium.googlesource.com/chromium/src/+/2202d101776a980e3dd97f9b47b946d55dc562e6 Review-Url: https://codereview.chromium.org/2841743003 Cr-Commit-Position: refs/heads/master@{#467482} Committed: https://chromium.googlesource.com/chromium/src/+/3dc61d2347368913d1c0aa493cdb887f08ae681e

Patch Set 1 #

Patch Set 2 : [EasyUnlock] Update BluetoothLowEnergyConnectionFinder to look for EIDs. #

Patch Set 3 : [EasyUnlock] Update BluetoothLowEnergyConnectionFinder to look for EIDs. #

Total comments: 4

Patch Set 4 : fix interface #

Patch Set 5 : fix compile issues #

Patch Set 6 : fix BUILD.gn #

Patch Set 7 : fix BUILD.gn #

Patch Set 8 : remote static initializer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -1370 lines) Patch
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 1 2 3 4 2 chunks +2 lines, -12 lines 0 comments Download
M components/cryptauth/background_eid_generator.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/BUILD.gn View 1 2 3 4 5 4 chunks +4 lines, -7 lines 0 comments Download
M components/proximity_auth/ble/BUILD.gn View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h View 2 1 chunk +0 lines, -171 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc View 2 1 chunk +0 lines, -319 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc View 2 1 chunk +0 lines, -509 lines 0 comments Download
A + components/proximity_auth/bluetooth_low_energy_connection_finder.h View 1 2 3 8 chunks +24 lines, -47 lines 0 comments Download
A + components/proximity_auth/bluetooth_low_energy_connection_finder.cc View 1 2 3 9 chunks +49 lines, -88 lines 0 comments Download
A + components/proximity_auth/bluetooth_low_energy_connection_finder_unittest.cc View 1 2 3 15 chunks +127 lines, -202 lines 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl.cc View 1 2 3 5 chunks +22 lines, -9 lines 0 comments Download
M components/proximity_auth/webui/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 47 (28 generated)
Tim Song
3 years, 8 months ago (2017-04-24 23:50:43 UTC) #3
sacomoto
https://codereview.chromium.org/2841743003/diff/40001/components/proximity_auth/bluetooth_low_energy_connection_finder.cc File components/proximity_auth/bluetooth_low_energy_connection_finder.cc (right): https://codereview.chromium.org/2841743003/diff/40001/components/proximity_auth/bluetooth_low_energy_connection_finder.cc#newcode92 components/proximity_auth/bluetooth_low_energy_connection_finder.cc:92: return; I think this is a bit awkward. This ...
3 years, 8 months ago (2017-04-25 09:45:00 UTC) #4
Tim Song
https://codereview.chromium.org/2841743003/diff/40001/components/proximity_auth/bluetooth_low_energy_connection_finder.cc File components/proximity_auth/bluetooth_low_energy_connection_finder.cc (right): https://codereview.chromium.org/2841743003/diff/40001/components/proximity_auth/bluetooth_low_energy_connection_finder.cc#newcode92 components/proximity_auth/bluetooth_low_energy_connection_finder.cc:92: return; On 2017/04/25 09:45:00, sacomoto wrote: > I think ...
3 years, 8 months ago (2017-04-25 20:37:47 UTC) #5
sacomoto
lgtm
3 years, 8 months ago (2017-04-25 20:48:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2841743003/60001
3 years, 8 months ago (2017-04-25 21:44:36 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/438464)
3 years, 8 months ago (2017-04-25 21:51:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2841743003/80001
3 years, 8 months ago (2017-04-25 22:15:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/404477) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-04-25 22:22:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2841743003/120001
3 years, 8 months ago (2017-04-26 00:58:04 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/chromium/src/+/4e46b4e06866f12f15eb9f436b273801b20e7422
3 years, 8 months ago (2017-04-26 01:04:41 UTC) #29
sashab
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2845473002/ by sashab@chromium.org. ...
3 years, 8 months ago (2017-04-26 02:28:15 UTC) #30
Tim Song
Removed the static initializer. Resubmitting.
3 years, 8 months ago (2017-04-26 15:46:46 UTC) #34
Tim Song
Removed the static initializer. Resubmitting.
3 years, 8 months ago (2017-04-26 15:46:46 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2841743003/140001
3 years, 8 months ago (2017-04-26 15:47:00 UTC) #36
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/2202d101776a980e3dd97f9b47b946d55dc562e6
3 years, 8 months ago (2017-04-26 17:06:40 UTC) #39
Nico
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2844743002/ by thakis@chromium.org. ...
3 years, 8 months ago (2017-04-26 17:37:08 UTC) #40
Tim Song
I didn't realize there were more static initializers... I should have fixed all of them ...
3 years, 8 months ago (2017-04-26 22:19:02 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2841743003/140001
3 years, 8 months ago (2017-04-26 22:19:53 UTC) #44
commit-bot: I haz the power
3 years, 8 months ago (2017-04-26 22:26:12 UTC) #47
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/3dc61d2347368913d1c0aa493cdb...

Powered by Google App Engine
This is Rietveld 408576698