| 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 dd558e67991a5f61f9db46a217cfcb8a548586a1..187b8f6c945fdaa5a4228c5a74e36940f6e59f58 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.cc
|
| @@ -685,8 +685,8 @@ void WebBluetoothServiceImpl::RequestDeviceImpl(
|
| // they can't conflict.
|
| device_chooser_controller_.reset();
|
|
|
| - device_chooser_controller_.reset(
|
| - new BluetoothDeviceChooserController(this, render_frame_host_, adapter));
|
| + device_chooser_controller_.reset(new BluetoothDeviceChooserController(
|
| + this, render_frame_host_, adapter, &allowed_devices_map_, GetOrigin()));
|
|
|
| device_chooser_controller_->GetDevice(
|
| std::move(options),
|
|
|