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

Unified Diff: components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc

Issue 1144333007: Adding unit tests for BLE connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing compilation on OS X and Windows 2 Created 5 years, 6 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/ble/bluetooth_low_energy_characteristics_finder.cc
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
index 85f6a84fd104fdbc9e20ff2b1fec50ca1b4f243e..d0c2f9b6c23749b258f558fa80e52c081fd2fedb 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
+++ b/components/proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc
@@ -45,6 +45,10 @@ BluetoothLowEnergyCharacteristicsFinder::
}
BluetoothLowEnergyCharacteristicsFinder::
+ BluetoothLowEnergyCharacteristicsFinder() {
+}
+
+BluetoothLowEnergyCharacteristicsFinder::
~BluetoothLowEnergyCharacteristicsFinder() {
ResetCallbacks();
if (adapter_) {

Powered by Google App Engine
This is Rietveld 408576698