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

Unified Diff: components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc

Issue 2859053003: [EasyUnlock] Add beacon_seeds to RemoteDevice. (Closed)
Patch Set: fix memory issue 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 96617c5a077cc96f20f32e930f41a29724a8d74e..9e37f1fdf40a27faa3190dbd255a05f13b9ecfa7 100644
--- a/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
+++ b/components/proximity_auth/bluetooth_low_energy_setup_connection_finder.cc
@@ -25,7 +25,6 @@ BluetoothLowEnergySetupConnectionFinder::
: 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