| Index: device/bluetooth/bluetooth_low_energy_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| index 8c0b98fc405cbfa83f4258a6b8161d3a68f7d40b..123015cd5a684c225c18b57b1c0f2bd7985f9080 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -127,7 +127,7 @@
|
| CBService* service) const;
|
|
|
| // Callback used when the CoreBluetooth Peripheral is disconnected.
|
| - void DidDisconnectPeripheral();
|
| + void DidDisconnectPeripheral(BluetoothDevice::ConnectErrorCode error_code);
|
|
|
| // CoreBluetooth data structure.
|
| base::scoped_nsobject<CBPeripheral> peripheral_;
|
|
|