| Index: content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.cc b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| index 5f99b71533b0c3e78ad77607c9db3ddcc7882d8d..08d9583295a00d7a2cd992e867d0f063c50f9780 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| @@ -800,7 +800,6 @@ void WebBluetoothServiceImpl::OnGetDeviceSuccess(
|
| device_ptr->id = device_id_for_origin;
|
| device_ptr->name = device->GetName() ? mojo::String(device->GetName().value())
|
| : mojo::String(nullptr);
|
| - device_ptr->uuids = std::move(filtered_uuids);
|
|
|
| RecordRequestDeviceOutcome(UMARequestDeviceOutcome::SUCCESS);
|
| callback.Run(blink::mojom::WebBluetoothResult::SUCCESS,
|
|
|