| Index: device/bluetooth/bluetooth_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm
|
| index e8af48a0c9545a4bbc389f98c05d5af7688b9497..25c8134ce01596df8ac2f2f26f9d4de27c05b115 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_device_mac.mm
|
| @@ -13,7 +13,6 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| -#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h"
|
| #include "device/bluetooth/bluetooth_profile_mac.h"
|
| #include "device/bluetooth/bluetooth_service_record_mac.h"
|
| #include "device/bluetooth/bluetooth_socket_mac.h"
|
| @@ -209,19 +208,6 @@ void BluetoothDeviceMac::ConnectToService(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void BluetoothDeviceMac::SetOutOfBandPairingData(
|
| - const BluetoothOutOfBandPairingData& data,
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -void BluetoothDeviceMac::ClearOutOfBandPairingData(
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void BluetoothDeviceMac::StartConnectionMonitor(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
|
|