| 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 a15b2b8459ddddb81653a0930e3ba3e6417c064d..0a78df2d13cc4ccc46872dc1c06cafb8756e29a2 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,
|
| blink::WebBluetoothConnectGATTCallbacks* callbacks) override;
|
|
|