| Index: device/bluetooth/bluetooth_adapter_mac.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
|
| index 0f0414e381644569601b77df9997d17bb07379a9..c8414817d89c1fdfff79cd178076f3009ed7d225 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.h
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.h
|
| @@ -58,9 +58,6 @@ class BluetoothAdapterMac : public BluetoothAdapter {
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| virtual bool IsDiscovering() const OVERRIDE;
|
| - virtual void ReadLocalOutOfBandPairingData(
|
| - const BluetoothOutOfBandPairingDataCallback& callback,
|
| - const ErrorCallback& error_callback) OVERRIDE;
|
| virtual void CreateRfcommService(
|
| const BluetoothUUID& uuid,
|
| int channel,
|
|
|