| 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 b6b83d664679f58b249b205538c12b4faca59b57..373fc4c2bd7546db2a9d6d07f3bf9e5c27c3184a 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc
|
| @@ -1072,11 +1072,6 @@ void BluetoothDispatcherHost::FinishClosingChooser(
|
| device->GetInquiryTxPower()), // tx_power
|
| content::BluetoothDevice::ValidatePower(
|
| device->GetInquiryRSSI()), // rssi
|
| - device->GetBluetoothClass(), // device_class
|
| - device->GetVendorIDSource(), // vendor_id_source
|
| - device->GetVendorID(), // vendor_id
|
| - device->GetProductID(), // product_id
|
| - device->GetDeviceID(), // product_version
|
| content::BluetoothDevice::UUIDsFromBluetoothUUIDs(
|
| filtered_uuids)); // uuids
|
| RecordRequestDeviceOutcome(UMARequestDeviceOutcome::SUCCESS);
|
|
|