| Index: content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.cc b/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| index 418acd3cc3b0bcc9edb090219460baa6a87d1406..e31d13d12b4085f4c45be25ba4e18c2d41ead78c 100644
|
| --- a/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| +++ b/content/renderer/bluetooth/bluetooth_dispatcher.cc
|
| @@ -150,8 +150,7 @@ void BluetoothDispatcher::OnRequestDeviceSuccess(
|
|
|
| pending_requests_.Lookup(request_id)
|
| ->onSuccess(base::WrapUnique(new WebBluetoothDevice(
|
| - WebString::fromUTF8(device.id), WebString(device.name),
|
| - device.tx_power, device.rssi, uuids)));
|
| + WebString::fromUTF8(device.id), WebString(device.name), uuids)));
|
| pending_requests_.Remove(request_id);
|
| }
|
|
|
|
|