[Easy Unlock] Port the BluetoothThrottler class to native code.
commitfd7c534b719de832eb7ce1e3aa9043ba063f68c4
authorisherman <isherman@chromium.org>
Fri, 24 Apr 2015 00:43:53 +0000 (23 17:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 24 Apr 2015 00:44:02 +0000 (24 00:44 +0000)
tree91671104ce92e7386d1f9ac305630014b9f33f29
parent9fde3e00865650009c7e85fcb7157719372b97a8
[Easy Unlock] Port the BluetoothThrottler class to native code.

BUG=424419
TEST=components_unittests
R=tengs@chromium.org

Review URL: https://codereview.chromium.org/663693002

Cr-Commit-Position: refs/heads/master@{#326706}
18 files changed:
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/BUILD.gn
components/proximity_auth/bluetooth_connection_finder.cc
components/proximity_auth/bluetooth_connection_finder.h
components/proximity_auth/bluetooth_throttler.h [new file with mode: 0644]
components/proximity_auth/bluetooth_throttler_impl.cc [new file with mode: 0644]
components/proximity_auth/bluetooth_throttler_impl.h [new file with mode: 0644]
components/proximity_auth/bluetooth_throttler_impl_unittest.cc [new file with mode: 0644]
components/proximity_auth/client.cc
components/proximity_auth/client.h
components/proximity_auth/connection.cc
components/proximity_auth/connection_finder.h
components/proximity_auth/connection_observer.h
components/proximity_auth/connection_unittest.cc
components/proximity_auth/throttled_bluetooth_connection_finder.cc [new file with mode: 0644]
components/proximity_auth/throttled_bluetooth_connection_finder.h [new file with mode: 0644]
components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc [new file with mode: 0644]