| Index: content/child/bluetooth/web_bluetooth_impl.h
|
| diff --git a/content/child/bluetooth/web_bluetooth_impl.h b/content/child/bluetooth/web_bluetooth_impl.h
|
| index 3687f4790657d49ce3fbddd81187ff36c993f181..45b602f77e0ea6ae8f8e4f47cca0e4c1f168152a 100644
|
| --- a/content/child/bluetooth/web_bluetooth_impl.h
|
| +++ b/content/child/bluetooth/web_bluetooth_impl.h
|
| @@ -27,6 +27,7 @@ class CONTENT_EXPORT WebBluetoothImpl
|
|
|
| // blink::WebBluetooth interface:
|
| void requestDevice(
|
| + const blink::WebRequestDeviceOptions& options,
|
| blink::WebBluetoothRequestDeviceCallbacks* callbacks) override;
|
|
|
| void connectGATT(const blink::WebString& device_instance_id,
|
|
|