| Index: device/bluetooth/bluetooth_device_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc
|
| index e56f907be48719f29925916e07f63251d2a86b8d..1c84c4107aa3cc8a7ab55daeea5fcc9ed947bd3e 100644
|
| --- a/device/bluetooth/bluetooth_device_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_device_chromeos.cc
|
| @@ -458,21 +458,6 @@ void BluetoothDeviceChromeOS::ConnectToService(
|
| error_callback);
|
| }
|
|
|
| -void BluetoothDeviceChromeOS::SetOutOfBandPairingData(
|
| - const device::BluetoothOutOfBandPairingData& data,
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback) {
|
| - // TODO(keybuk): implement
|
| - error_callback.Run();
|
| -}
|
| -
|
| -void BluetoothDeviceChromeOS::ClearOutOfBandPairingData(
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback) {
|
| - // TODO(keybuk): implement
|
| - error_callback.Run();
|
| -}
|
| -
|
| void BluetoothDeviceChromeOS::StartConnectionMonitor(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
|
|