| Index: device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| index 20694e4953b97d7ca5d4edc882a0a4b0aab06864..6d41c6e10f61259d02cf2adc198462607b11bf23 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -453,7 +453,7 @@ void BluetoothLowEnergyDeviceMac::DidDisconnectPeripheral(NSError* error) {
|
| // 2. When we cancel a pending connection request.
|
| if (create_gatt_connection_error_callbacks_.empty()) {
|
| // If there are no pending callbacks then the connection broke (#1).
|
| - DidDisconnectGatt(true /* notifyDeviceChanged */);
|
| + DidDisconnectGatt();
|
| return;
|
| }
|
| // Else we canceled the connection request (#2).
|
|
|