Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 30bf9c68966967306dcc4c1d726254fdf8610552..e7932a0ab4fe1b1ead3b5db08e5448022f2d07c5 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, |