| Index: device/bluetooth/bluetooth_adapter_win.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
|
| index 0b85a29ffee4008861137dbbba824a9fe8236dd7..6bbdb0573b9d1988ae4b86c862170dfd14823711 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_win.cc
|
| @@ -161,12 +161,6 @@ void BluetoothAdapterWin::DiscoveryStopped() {
|
| MaybePostStartDiscoveryTask();
|
| }
|
|
|
| -void BluetoothAdapterWin::ReadLocalOutOfBandPairingData(
|
| - const BluetoothOutOfBandPairingDataCallback& callback,
|
| - const ErrorCallback& error_callback) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void BluetoothAdapterWin::CreateRfcommService(
|
| const BluetoothUUID& uuid,
|
| int channel,
|
|
|