Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index d5e9e771f17c4abbc710a5bb54a62fe8864089cf..40a8fa87415691f1f908482a60afd7e2e6e91b7e 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -11,7 +11,6 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/sequenced_task_runner.h" |
#include "base/strings/stringprintf.h" |
-#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" |
#include "device/bluetooth/bluetooth_profile_win.h" |
#include "device/bluetooth/bluetooth_service_record_win.h" |
#include "device/bluetooth/bluetooth_socket_thread.h" |
@@ -221,19 +220,6 @@ void BluetoothDeviceWin::ConnectToService( |
NOTIMPLEMENTED(); |
} |
-void BluetoothDeviceWin::SetOutOfBandPairingData( |
- const BluetoothOutOfBandPairingData& data, |
- const base::Closure& callback, |
- const ErrorCallback& error_callback) { |
- NOTIMPLEMENTED(); |
-} |
- |
-void BluetoothDeviceWin::ClearOutOfBandPairingData( |
- const base::Closure& callback, |
- const ErrorCallback& error_callback) { |
- NOTIMPLEMENTED(); |
-} |
- |
void BluetoothDeviceWin::StartConnectionMonitor( |
const base::Closure& callback, |
const ErrorCallback& error_callback) { |