Index: device/bluetooth/bluetooth_device.h |
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
index fa05bb2a4749d665fedcc70d8d697a3286ece793..296449601cb9c683fa572e1031d664412323da78 100644 |
--- a/device/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -626,7 +626,7 @@ |
// 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 |