Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h |
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h |
| index 27cf9aaab32b1a1204aebe5e4fdc0a57a654519f..901fc718d1472304064013abf29dd14483357584 100644 |
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h |
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h |
| @@ -31,6 +31,7 @@ struct WebRequestDeviceOptions { |
| WebVector<WebBluetoothScanFilter> filters; |
| WebVector<WebString> optionalServices; |
| + bool acceptAllDevices; |
|
ortuno
2016/10/31 00:00:02
See comment in web_bluetooth.mojom. Move this befo
|
| }; |
| } // namespace blink |