Index: device/bluetooth/bluetooth_device_experimental_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_experimental_chromeos.h b/device/bluetooth/bluetooth_device_experimental_chromeos.h |
index e30fdf8815c73b7e4c75f7f613407c2938f1165b..ff31ddb68f7eec2d9fde9fe3a72eb01ad6980366 100644 |
--- a/device/bluetooth/bluetooth_device_experimental_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_experimental_chromeos.h |
@@ -58,6 +58,9 @@ class BluetoothDeviceExperimentalChromeOS |
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, |