| Index: content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.cc b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| index 05f1ebad273044b90192b6a67022ee333025ba56..2bacdc9e8d2a4d1fdc8d42d610abd30e9d238adc 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| @@ -204,7 +204,7 @@ void WebBluetoothServiceImpl::AdapterPresentChanged(
|
| void WebBluetoothServiceImpl::DeviceChanged(device::BluetoothAdapter* adapter,
|
| device::BluetoothDevice* device) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| - if (!device->IsGattConnected() || !device->IsConnected()) {
|
| + if (!device->IsGattConnected()) {
|
| std::string device_id =
|
| connected_devices_->CloseConnectionToDeviceWithAddress(
|
| device->GetAddress());
|
|
|