Chromium Code Reviews| 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 c641728ca7719b88caac7fe76d7ab9c7c8cc9add..e96276db3f0efbcff1bc54ee63a0eb856a81cd4b 100644 |
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
| @@ -79,6 +79,7 @@ struct WebBluetoothScanFilter { |
| struct WebBluetoothRequestDeviceOptions { |
| array<WebBluetoothScanFilter> filters; |
|
ortuno
2016/10/31 00:00:03
Make this optional.
|
| array<bluetooth.mojom.UUID> optional_services; |
| + bool accept_all_devices; |
|
ortuno
2016/10/31 00:00:03
I don't think we need this one. We want this part
|
| }; |
| // Indicates if the function will return a single or multiple |