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 07269b3f157c009a23310782c43fbe25cf6acee7..46c06900dbe128cdc2c0376ce9e7914cd5b930e3 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
@@ -920,10 +920,6 @@ void BluetoothDispatcherHost::FinishClosingChooser( |
content::BluetoothDevice device_ipc( |
device_id_for_origin, // id |
device->GetName(), // name |
- content::BluetoothDevice::ValidatePower( |
- device->GetInquiryTxPower()), // tx_power |
- content::BluetoothDevice::ValidatePower( |
- device->GetInquiryRSSI()), // rssi |
content::BluetoothDevice::UUIDsFromBluetoothUUIDs( |
filtered_uuids)); // uuids |
RecordRequestDeviceOutcome(UMARequestDeviceOutcome::SUCCESS); |