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

Unified Diff: components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc

Issue 2897843002: Revert of [EasyUnlock] Add beacon_seeds to RemoteDevice. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
diff --git a/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc b/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
index 9e37f1fdf40a27faa3190dbd255a05f13b9ecfa7..96617c5a077cc96f20f32e930f41a29724a8d74e 100644
--- a/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
+++ b/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
@@ -25,6 +25,7 @@
: BluetoothLowEnergyConnectionFinder(
cryptauth::RemoteDevice(),
remote_service_uuid,
+ std::vector<cryptauth::BeaconSeed>(),
base::MakeUnique<cryptauth::BackgroundEidGenerator>(),
bluetooth_throttler),
remote_service_uuid_(device::BluetoothUUID(remote_service_uuid)) {}

Powered by Google App Engine
This is Rietveld 408576698