| 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 f2fa91880cb70c87cd37ae5ebe7ee73796bf0017..60a73ae118d5f8e3e3581124a3a2fff89ed65bdc 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| @@ -217,7 +217,7 @@ void WebBluetoothServiceImpl::DeviceAdded(device::BluetoothAdapter* adapter,
|
| 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());
|
|
|