| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index 757f769e334731ac2a0f519a563b7c55b972561e..f1704eddedf5589e3e78ac2d25319ca3ead1d382 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -73,6 +73,12 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| virtual void ClearOutOfBandPairingData(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void StartConnectionMonitor(
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void StopConnectionMonitor(
|
| + const base::Closure& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
|
|
| // Returns the Bluetooth address for the |device|. The returned address has a
|
| // normalized format (see below).
|
|
|