| Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| index 3b2fa0a69bf2a3479449a6317d4ff12156d5f90a..630df63f79e3b0027897f67e53c9388fe1fdd923 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| @@ -78,8 +78,9 @@ struct WebBluetoothScanFilter {
|
| };
|
|
|
| struct WebBluetoothRequestDeviceOptions {
|
| - array<WebBluetoothScanFilter> filters;
|
| + array<WebBluetoothScanFilter>? filters;
|
| array<bluetooth.mojom.UUID> optional_services;
|
| + bool accept_all_devices;
|
| };
|
|
|
| // Indicates if the function will return a single or multiple
|
|
|