Index: device/bluetooth/bluetooth_device_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc |
index 0d87b18694a17de8966d7674aee1cba8e931c8e8..f0db02a9cfeb2d198058152e52681a58144a4a85 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.cc |
+++ b/device/bluetooth/bluetooth_device_chromeos.cc |
@@ -323,6 +323,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, |