| 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 e7e9f6a8cc2005c415e61171471a5541a2909e04..fd85a7dfd8892166513cb247150b158684bae38e 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,
 | 
| 
 |