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

Unified Diff: device/bluetooth/bluetooth_discovery_manager_mac.h

Issue 791763005: Added bluetooth LE support on Mac platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: device/bluetooth/bluetooth_discovery_manager_mac.h
diff --git a/device/bluetooth/bluetooth_discovery_manager_mac.h b/device/bluetooth/bluetooth_discovery_manager_mac.h
index 534646aec36b31b3aeb9eb6e77803642be78ce75..37a4cc7b25c16f0fddc06147d8b644812a7caeba 100644
--- a/device/bluetooth/bluetooth_discovery_manager_mac.h
+++ b/device/bluetooth/bluetooth_discovery_manager_mac.h
@@ -19,6 +19,8 @@ class BluetoothDiscoveryManagerMac {
// Interface for being notified of events during a device discovery session.
class Observer {
public:
+ virtual ~Observer() {}
Avi (use Gerrit) 2015/01/31 02:22:38 nit: put this in a protected section
dvh 2015/02/05 22:26:08 Done.
+
// Called when |this| manager has found a device through classic device
// inquiry in the form of an IOBluetoothDevice.
virtual void DeviceFound(IOBluetoothDevice* device) = 0;

Powered by Google App Engine
This is Rietveld 408576698