| 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..c7a96d3c8fba90a9b6254260e2c33b70fee60db3 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
|
| @@ -30,7 +30,9 @@ struct WebRequestDeviceOptions {
|
| WebRequestDeviceOptions() {}
|
|
|
| WebVector<WebBluetoothScanFilter> filters;
|
| + bool hasFilters;
|
| WebVector<WebString> optionalServices;
|
| + bool acceptAllDevices;
|
| };
|
|
|
| } // namespace blink
|
|
|