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 d0762c7beb0de40a45acdbe4e4205262cfb13afb..7c6353497cf861b4aa62f53bff8cfc96d2be0bcb 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
@@ -903,6 +903,8 @@ void BluetoothDispatcherHost::FinishClosingChooser( |
content::BluetoothDevice device_ipc( |
device->GetAddress(), // id |
device->GetName(), // name |
+ device->GetInquiryTxPower(), // tx_power |
+ device->GetInquiryRSSI(), // rssi |
device->GetBluetoothClass(), // device_class |
device->GetVendorIDSource(), // vendor_id_source |
device->GetVendorID(), // vendor_id |