Index: device/bluetooth/bluetooth_device_mac.h |
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h |
index d0668f66234d8d7e153ba6e7bb597f7b1f8c1317..bfa587e986dbbb05aff419a5c39ed7aec79ab9be 100644 |
--- a/device/bluetooth/bluetooth_device_mac.h |
+++ b/device/bluetooth/bluetooth_device_mac.h |
@@ -66,13 +66,6 @@ class BluetoothDeviceMac : public BluetoothDevice { |
const BluetoothUUID& uuid, |
const ConnectToServiceCallback& callback, |
const ConnectToServiceErrorCallback& error_callback) OVERRIDE; |
- virtual void SetOutOfBandPairingData( |
- const BluetoothOutOfBandPairingData& data, |
- const base::Closure& callback, |
- const ErrorCallback& error_callback) OVERRIDE; |
- virtual void ClearOutOfBandPairingData( |
- const base::Closure& callback, |
- const ErrorCallback& error_callback) OVERRIDE; |
virtual void StartConnectionMonitor( |
const base::Closure& callback, |
const ErrorCallback& error_callback) OVERRIDE; |