Index: device/bluetooth/bluetooth_device_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc |
index 67666b83e638ce6cf6e2d0484734f94571fdc5da..ce8cd9acab0a7c6dd0c76af730ec54892afdbac9 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.cc |
+++ b/device/bluetooth/bluetooth_device_chromeos.cc |
@@ -325,6 +325,12 @@ void BluetoothDeviceChromeOS::ConnectToService(const std::string& service_uuid, |
callback)); |
} |
+void BluetoothDeviceChromeOS::ConnectToProfile( |
+ device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback) { |
+ // TODO(keybuk): implement |
+} |
+ |
void BluetoothDeviceChromeOS::SetOutOfBandPairingData( |
const BluetoothOutOfBandPairingData& data, |
const base::Closure& callback, |