| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index 448fad10a24eaa83c0fcbc4db70b59feef5c2923..462cd35c3440d5319f9a9c68ebc1c1c3b7722c73 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -62,6 +62,9 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| const BluetoothUUID& uuid,
|
| const ConnectToServiceCallback& callback,
|
| const ConnectToServiceErrorCallback& error_callback) OVERRIDE;
|
| + virtual void CreateGattConnection(
|
| + const GattConnectionCallback& callback,
|
| + const ConnectErrorCallback& error_callback) OVERRIDE;
|
| virtual void StartConnectionMonitor(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
|
|