Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 4dc14ea9f8f884ae22c77eb000d57476bf1b2bce..78f1ac6a7fe28dff2b8e66a78b8b2205fa8fdefc 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -71,6 +71,9 @@ class BluetoothDeviceChromeOS |
virtual void ConnectToService( |
const std::string& service_uuid, |
const SocketCallback& callback) OVERRIDE; |
+ virtual void ConnectToProfile( |
+ device::BluetoothProfile* profile, |
+ const ErrorCallback& error_callback) OVERRIDE; |
virtual void SetOutOfBandPairingData( |
const device::BluetoothOutOfBandPairingData& data, |
const base::Closure& callback, |