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..a538239a9f8dcb4b31d3c83613ba410ea35fda81 100644 |
--- a/device/bluetooth/bluetooth_device_mac.h |
+++ b/device/bluetooth/bluetooth_device_mac.h |
@@ -73,6 +73,9 @@ 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; |
// Returns the Bluetooth address for the |device|. The returned address has a |
// normalized format (see below). |