diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_experimental_chromeos.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_experimental_chromeos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_experimental_chromeos.h b/device/bluetooth/bluetooth_device_experimental_chromeos.h index 8433f8e..a260bec 100644 --- a/device/bluetooth/bluetooth_device_experimental_chromeos.h +++ b/device/bluetooth/bluetooth_device_experimental_chromeos.h @@ -60,6 +60,7 @@ class BluetoothDeviceExperimentalChromeOS const SocketCallback& callback) OVERRIDE; virtual void ConnectToProfile( device::BluetoothProfile* profile, + const base::Closure& callback, const ErrorCallback& error_callback) OVERRIDE; virtual void SetOutOfBandPairingData( const device::BluetoothOutOfBandPairingData& data, |