| 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 89d5ea9783a93e20011c0d4606d36d013b54df2a..3192fc3d0ab82f155b4089b9ef68f14fa0b6eef3 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/RequestDeviceOptions.idl
|
| @@ -5,6 +5,7 @@
|
| // https://webbluetoothchrome.github.io/web-bluetooth/#idl-def-requestdeviceoptions
|
|
|
| dictionary RequestDeviceOptions {
|
| - required sequence<BluetoothScanFilter> filters;
|
| + sequence<BluetoothScanFilter> filters;
|
| sequence<BluetoothServiceUUID> optionalServices = [];
|
| + boolean acceptAllDevices = false;
|
| };
|
|
|