| Index: device/bluetooth/bluetooth_adapter_mac.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
|
| index 6ef24f430cddb771ebd09743fbd78b822b416652..23e7751f24a5c9b047f9b957f08d4d222f6bbfb9 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.h
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.h
|
| @@ -70,6 +70,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) override;
|
| bool IsDiscovering() const override;
|
| + void RetrievedConnectedPeripherals() override;
|
| UUIDList GetUUIDs() const override;
|
| void CreateRfcommService(
|
| const BluetoothUUID& uuid,
|
|
|