| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index f96ecd28812f26347ab80dfadf204f44d61b187f..8344808729cd091bc70de10a0ce8e44613122c71 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -617,7 +617,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| // DidDisconnectGatt.
|
| void DidConnectGatt();
|
| void DidFailToConnectGatt(ConnectErrorCode);
|
| - void DidDisconnectGatt(bool notifyDeviceChanged);
|
| + void DidDisconnectGatt();
|
|
|
| // Tracks BluetoothGattConnection instances that act as a reference count
|
| // keeping the GATT connection open. Instances call Add/RemoveGattConnection
|
|
|