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

Issue 1102093002: Implementing a BLE connection finder. (Closed)

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

Description

Implementing a BLE connection finder. This is a fixed version of https://codereview.chromium.org/1094273003/, that was reverted due to a global const std:string. BUG=479673 Committed: https://crrev.com/8d080c8e59b18ef4dc46f3a03cc6a15f634868af Cr-Commit-Position: refs/heads/master@{#327022}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -2 lines) Patch
M components/proximity_auth.gypi View 2 chunks +4 lines, -2 lines 0 comments Download
M components/proximity_auth/ble/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h View 1 chunk +106 lines, -0 lines 1 comment Download
A components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc View 1 chunk +181 lines, -0 lines 0 comments Download
M components/proximity_auth/ble/proximity_auth_ble_system.h View 2 chunks +5 lines, -0 lines 1 comment Download
M components/proximity_auth/ble/proximity_auth_ble_system.cc View 1 chunk +17 lines, -0 lines 4 comments Download

Messages

Total messages: 11 (2 generated)
sacomoto
PTAL.
5 years, 8 months ago (2015-04-24 19:05:05 UTC) #2
Tim Song
lgtm https://codereview.chromium.org/1102093002/diff/1/components/proximity_auth/ble/proximity_auth_ble_system.cc File components/proximity_auth/ble/proximity_auth_ble_system.cc (right): https://codereview.chromium.org/1102093002/diff/1/components/proximity_auth/ble/proximity_auth_ble_system.cc#newcode33 components/proximity_auth/ble/proximity_auth_ble_system.cc:33: connection_finder_.reset(); nit: you don't need explicitly call reset ...
5 years, 8 months ago (2015-04-24 19:26:21 UTC) #3
msarda
On 2015/04/24 19:26:21, Tim Song wrote: > lgtm > > https://codereview.chromium.org/1102093002/diff/1/components/proximity_auth/ble/proximity_auth_ble_system.cc > File components/proximity_auth/ble/proximity_auth_ble_system.cc (right): ...
5 years, 8 months ago (2015-04-27 08:01:32 UTC) #4
msarda
LGTM with some nits. https://codereview.chromium.org/1102093002/diff/1/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h File components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h (right): https://codereview.chromium.org/1102093002/diff/1/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h#newcode32 components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h:32: // Finds a connection the ...
5 years, 8 months ago (2015-04-27 08:11:07 UTC) #5
msarda
I need this CL to land and Gustavo is OOO today. I'll land it as ...
5 years, 8 months ago (2015-04-27 08:11:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1102093002/1
5 years, 8 months ago (2015-04-27 08:11:39 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-27 10:04:37 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/8d080c8e59b18ef4dc46f3a03cc6a15f634868af Cr-Commit-Position: refs/heads/master@{#327022}
5 years, 8 months ago (2015-04-27 10:05:27 UTC) #10
msarda
5 years, 8 months ago (2015-04-27 16:15:36 UTC) #11
Message was sent while issue was closed.
I'm fixing the remaining nits in CL https://codereview.chromium.org/1102473003/

Powered by Google App Engine
This is Rietveld 408576698