| Index: content/child/bluetooth/web_bluetooth_impl.cc
|
| diff --git a/content/child/bluetooth/web_bluetooth_impl.cc b/content/child/bluetooth/web_bluetooth_impl.cc
|
| index 4264efdbd62e181782637f58de3f8342d34026af..b1bfeddf10668c0114088e046d2e6602221e4bd2 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.cc
|
| +++ b/content/child/bluetooth/web_bluetooth_impl.cc
|
| @@ -17,8 +17,9 @@ WebBluetoothImpl::~WebBluetoothImpl() {
|
| }
|
|
|
| void WebBluetoothImpl::requestDevice(
|
| + const blink::WebRequestDeviceOptions& options,
|
| blink::WebBluetoothRequestDeviceCallbacks* callbacks) {
|
| - GetDispatcher()->requestDevice(callbacks);
|
| + GetDispatcher()->requestDevice(options, callbacks);
|
| }
|
|
|
| void WebBluetoothImpl::connectGATT(const blink::WebString& device_instance_id,
|
|
|