| Index: content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.cc b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| index 56a1d4f3f1cf73eb7c6213a0a3419eeee76e3ca5..bbb25e913d06b215082bc57ff74586e427b462c6 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| @@ -1123,7 +1123,6 @@ void BluetoothDispatcherHost::FinishClosingChooser(
|
| device->GetVendorID(), // vendor_id
|
| device->GetProductID(), // product_id
|
| device->GetDeviceID(), // product_version
|
| - device->IsPaired(), // paired
|
| content::BluetoothDevice::UUIDsFromBluetoothUUIDs(
|
| device->GetUUIDs())); // uuids
|
| RecordRequestDeviceOutcome(UMARequestDeviceOutcome::SUCCESS);
|
|
|