Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 558cccea8b097b358d299a1081c464b40fa22f13..939ca06a12f3316a5f30d8d4acbc29683870ab13 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, |