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

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)

Created:
4 years ago by Ryan Hansberry
Modified:
3 years, 11 months ago
CC:
chromium-reviews, jlklein+watch-tether_chromium.org, droger+watchlist_chromium.org, tengs+watch-tether_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, hansberry+watch-tether_chromium.org, jhawkins+watch-tether_chromium.org, khorimoto+watch-tether_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. This is the first part of a larger migration of some parts of proximity_auth into cryptauth. BUG=672263 Committed: https://crrev.com/e7ad389b8dc346d0167af4b836144f1fbc5e2cd8 Cr-Commit-Position: refs/heads/master@{#439587}

Patch Set 1 #

Total comments: 17

Patch Set 2 : Moved all general classes from proximity_auth to cryptauth. #

Total comments: 2

Patch Set 3 : Make cryptauth only depend on proximity_auth/logging and proximity_auth/proximity_auth_test_util.h,… #

Patch Set 4 : Move proximity_auth/proximity_auth_test_util to cryptauth/cryptauth_test_util. #

Patch Set 5 : Rebase. #

Patch Set 6 : Fix remaining incorrect dependencies in BUILD.gn files. #

Patch Set 7 : More dependency corrections in BUILD.gn files. #

Patch Set 8 : Unit test fixes. #

Patch Set 9 : Add components/cryptauth/README. #

Patch Set 10 : Rebase. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+755 lines, -7056 lines) Patch
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h View 1 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 1 2 3 4 5 6 7 8 9 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.h View 1 6 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M components/cryptauth/BUILD.gn View 1 2 3 6 chunks +18 lines, -1 line 0 comments Download
M components/cryptauth/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A components/cryptauth/README View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
A + components/cryptauth/ble/BUILD.gn View 1 2 3 4 5 6 4 chunks +5 lines, -18 lines 0 comments Download
A components/cryptauth/ble/OWNERS View 1 chunk +5 lines, -0 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.h View 3 chunks +8 lines, -7 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_characteristics_finder.cc View 4 chunks +4 lines, -5 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc View 3 chunks +4 lines, -4 lines 1 comment Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h View 1 7 chunks +16 lines, -16 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc View 1 2 3 4 4 chunks +8 lines, -8 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_defines.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver.cc View 3 chunks +3 lines, -3 lines 0 comments Download
A + components/cryptauth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
A + components/cryptauth/ble/fake_wire_message.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/ble/fake_wire_message.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + components/cryptauth/ble/remote_attribute.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/bluetooth_throttler.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/bluetooth_throttler_impl.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
A + components/cryptauth/bluetooth_throttler_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + components/cryptauth/bluetooth_throttler_impl_unittest.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/connection.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/connection.cc View 1 2 chunks +6 lines, -7 lines 0 comments Download
A + components/cryptauth/connection_finder.h View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
A + components/cryptauth/connection_observer.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + components/cryptauth/connection_unittest.cc View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M components/cryptauth/cryptauth_api_call_flow.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cryptauth/cryptauth_client_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A components/cryptauth/cryptauth_test_util.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A + components/cryptauth/cryptauth_test_util.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/cryptauth/fake_connection.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + components/cryptauth/fake_connection.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M components/cryptauth/fake_secure_message_delegate_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cryptauth/pref_names.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cryptauth/secure_message_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cryptauth/sync_scheduler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/cryptauth/wire_message.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + components/cryptauth/wire_message.cc View 1 4 chunks +4 lines, -5 lines 0 comments Download
A + components/cryptauth/wire_message_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 2 3 4 5 5 chunks +1 line, -16 lines 0 comments Download
M components/proximity_auth/ble/BUILD.gn View 1 2 3 4 5 6 3 chunks +3 lines, -16 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h View 1 chunk +0 lines, -118 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc View 1 chunk +0 lines, -295 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection.h View 1 9 chunks +36 lines, -31 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection.cc View 1 2 8 chunks +23 lines, -20 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h View 1 2 6 chunks +20 lines, -18 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc View 1 2 6 chunks +10 lines, -9 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc View 1 2 3 4 5 6 7 21 chunks +62 lines, -47 lines 0 comments Download
M components/proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc View 1 2 3 4 5 6 7 22 chunks +39 lines, -37 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.h View 1 chunk +0 lines, -316 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection.cc View 1 chunk +0 lines, -639 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_client_connection_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1056 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h View 1 chunk +0 lines, -55 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h View 1 chunk +0 lines, -74 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc View 1 chunk +0 lines, -201 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc View 1 2 3 4 1 chunk +0 lines, -264 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.h View 1 chunk +0 lines, -222 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver.cc View 1 chunk +0 lines, -451 lines 0 comments Download
D components/proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1026 lines 0 comments Download
D components/proximity_auth/ble/fake_wire_message.h View 1 chunk +0 lines, -31 lines 0 comments Download
D components/proximity_auth/ble/fake_wire_message.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D components/proximity_auth/ble/remote_attribute.h View 1 chunk +0 lines, -22 lines 0 comments Download
M components/proximity_auth/bluetooth_connection.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M components/proximity_auth/bluetooth_connection.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_finder.h View 1 2 4 chunks +17 lines, -13 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_finder.cc View 1 2 6 chunks +14 lines, -9 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_finder_unittest.cc View 1 2 3 4 5 6 7 16 chunks +34 lines, -33 lines 0 comments Download
M components/proximity_auth/bluetooth_connection_unittest.cc View 1 2 3 4 5 6 7 14 chunks +29 lines, -27 lines 0 comments Download
D components/proximity_auth/bluetooth_throttler.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
D components/proximity_auth/bluetooth_throttler_impl.h View 1 1 chunk +0 lines, -69 lines 0 comments Download
D components/proximity_auth/bluetooth_throttler_impl.cc View 1 1 chunk +0 lines, -66 lines 0 comments Download
D components/proximity_auth/bluetooth_throttler_impl_unittest.cc View 1 1 chunk +0 lines, -101 lines 0 comments Download
D components/proximity_auth/connection.h View 1 1 chunk +0 lines, -117 lines 0 comments Download
D components/proximity_auth/connection.cc View 1 1 chunk +0 lines, -106 lines 0 comments Download
M components/proximity_auth/connection_finder.h View 1 2 1 chunk +0 lines, -34 lines 0 comments Download
D components/proximity_auth/connection_observer.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D components/proximity_auth/connection_unittest.cc View 1 1 chunk +0 lines, -246 lines 0 comments Download
M components/proximity_auth/device_to_device_authenticator.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M components/proximity_auth/device_to_device_authenticator.cc View 1 6 chunks +15 lines, -14 lines 0 comments Download
M components/proximity_auth/device_to_device_authenticator_unittest.cc View 1 2 3 4 5 6 7 9 chunks +28 lines, -21 lines 0 comments Download
D components/proximity_auth/fake_connection.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D components/proximity_auth/fake_connection.cc View 1 1 chunk +0 lines, -56 lines 0 comments Download
M components/proximity_auth/messenger_impl.h View 1 4 chunks +15 lines, -14 lines 0 comments Download
M components/proximity_auth/messenger_impl.cc View 1 5 chunks +15 lines, -12 lines 0 comments Download
M components/proximity_auth/messenger_impl_unittest.cc View 1 2 3 4 5 6 7 6 chunks +16 lines, -12 lines 0 comments Download
D components/proximity_auth/proximity_auth_test_util.h View 1 2 3 1 chunk +0 lines, -40 lines 0 comments Download
D components/proximity_auth/proximity_auth_test_util.cc View 1 2 3 1 chunk +0 lines, -17 lines 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl.h View 1 2 6 chunks +11 lines, -10 lines 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl.cc View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl_unittest.cc View 1 2 3 4 5 6 7 10 chunks +24 lines, -21 lines 0 comments Download
M components/proximity_auth/throttled_bluetooth_connection_finder.h View 1 2 3 chunks +12 lines, -10 lines 0 comments Download
M components/proximity_auth/throttled_bluetooth_connection_finder.cc View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M components/proximity_auth/throttled_bluetooth_connection_finder_unittest.cc View 1 2 3 4 5 6 7 6 chunks +13 lines, -12 lines 0 comments Download
M components/proximity_auth/unlock_manager_unittest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M components/proximity_auth/webui/proximity_auth_webui_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
D components/proximity_auth/wire_message.h View 1 1 chunk +0 lines, -55 lines 0 comments Download
D components/proximity_auth/wire_message.cc View 1 1 chunk +0 lines, -172 lines 0 comments Download
D components/proximity_auth/wire_message_unittest.cc View 1 1 chunk +0 lines, -238 lines 0 comments Download

Messages

Total messages: 52 (24 generated)
Ryan Hansberry
4 years ago (2016-12-08 21:36:35 UTC) #2
Kyle Horimoto
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn File components/cryptauth/BUILD.gn (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn#newcode65 components/cryptauth/BUILD.gn:65: allow_circular_includes_from = [ "//components/cryptauth/ble" ] What is your plan ...
4 years ago (2016-12-08 21:52:41 UTC) #3
Ryan Hansberry
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/DEPS File components/cryptauth/DEPS (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/DEPS#newcode4 components/cryptauth/DEPS:4: "+components/proximity_auth", On 2016/12/08 21:52:40, Kyle Horimoto wrote: > This ...
4 years ago (2016-12-09 01:18:14 UTC) #4
Kyle Horimoto
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn File components/cryptauth/BUILD.gn (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn#newcode65 components/cryptauth/BUILD.gn:65: allow_circular_includes_from = [ "//components/cryptauth/ble" ] On 2016/12/08 21:52:40, Kyle ...
4 years ago (2016-12-09 01:25:09 UTC) #5
Ryan Hansberry
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn File components/cryptauth/BUILD.gn (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn#newcode65 components/cryptauth/BUILD.gn:65: allow_circular_includes_from = [ "//components/cryptauth/ble" ] On 2016/12/09 01:25:09, Kyle ...
4 years ago (2016-12-09 02:36:50 UTC) #6
Kyle Horimoto
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn File components/cryptauth/BUILD.gn (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn#newcode65 components/cryptauth/BUILD.gn:65: allow_circular_includes_from = [ "//components/cryptauth/ble" ] On 2016/12/09 02:36:50, Ryan ...
4 years ago (2016-12-09 18:07:46 UTC) #7
Ryan Hansberry
https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn File components/cryptauth/BUILD.gn (right): https://codereview.chromium.org/2561203002/diff/1/components/cryptauth/BUILD.gn#newcode65 components/cryptauth/BUILD.gn:65: allow_circular_includes_from = [ "//components/cryptauth/ble" ] On 2016/12/09 18:07:46, Kyle ...
4 years ago (2016-12-09 20:11:05 UTC) #8
Kyle Horimoto
lgtm, but don't submit until Tim reviews.
4 years ago (2016-12-09 20:12:08 UTC) #9
Tim Song
lgtm
4 years ago (2016-12-15 03:34:36 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/2561203002/60001
4 years ago (2016-12-15 18:29:25 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/181975) chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years ago (2016-12-15 18:34:08 UTC) #14
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/2561203002/80001
4 years ago (2016-12-16 01:26:25 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/181763) android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, ...
4 years ago (2016-12-16 01:34:35 UTC) #19
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/2561203002/100001
4 years ago (2016-12-16 02:30:07 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/182391) android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, ...
4 years ago (2016-12-16 02:37:43 UTC) #24
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/2561203002/120001
4 years ago (2016-12-16 02:45:56 UTC) #27
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/355791)
4 years ago (2016-12-16 03:08:35 UTC) #29
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/2561203002/140001
4 years ago (2016-12-16 19:10:15 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/328018)
4 years ago (2016-12-16 20:06:44 UTC) #34
Ryan Hansberry
4 years ago (2016-12-16 21:04:09 UTC) #36
scheib
cryptauth/DEPS use of device/bluetooth LGTM, as a move from proximity_auth/DEPS. Save me time on the ...
4 years ago (2016-12-17 00:52:09 UTC) #37
Ryan Hansberry
On 2016/12/17 00:52:09, scheib OOO wrote: > cryptauth/DEPS use of device/bluetooth LGTM, as a move ...
4 years ago (2016-12-17 01:25:50 UTC) #38
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/2561203002/160001
4 years ago (2016-12-17 01:28:54 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/358655)
4 years ago (2016-12-17 03:46:56 UTC) #43
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/2561203002/180001
4 years ago (2016-12-19 19:22:34 UTC) #46
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years ago (2016-12-19 22:19:52 UTC) #49
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/e7ad389b8dc346d0167af4b836144f1fbc5e2cd8 Cr-Commit-Position: refs/heads/master@{#439587}
4 years ago (2016-12-19 22:23:33 UTC) #51
Kyle Horimoto
3 years, 11 months ago (2017-01-14 00:00:13 UTC) #52
Message was sent while issue was closed.
https://codereview.chromium.org/2561203002/diff/180001/components/cryptauth/b...
File
components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc
(right):

https://codereview.chromium.org/2561203002/diff/180001/components/cryptauth/b...
components/cryptauth/ble/bluetooth_low_energy_characteristics_finder_unittest.cc:53:
class ProximityAuthBluetoothLowEnergyCharacteristicFinderTest
nit: Just realized that you forgot to rename these tests from ProximityAuth* to
CryptAuth*. Please do so in a follow-up CL. Thanks!

Powered by Google App Engine
This is Rietveld 408576698