| Index: third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl b/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| index e2319233070169ec5482cd5a4bc133f4d726bf87..8bef76b6649e4760c63febbacbb744ef61d22315 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| @@ -5,6 +5,7 @@
|
| // https://webbluetoothcg.github.io/web-bluetooth/#dictdef-requestdeviceoptions
|
|
|
| dictionary RequestDeviceOptions {
|
| - required sequence<BluetoothScanFilterInit> filters;
|
| + sequence<BluetoothScanFilterInit> filters;
|
| sequence<BluetoothServiceUUID> optionalServices = [];
|
| + boolean acceptAllDevices = false;
|
| };
|
|
|