| 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 5186f45f15865efa312a1cfbe0b10d4eba7635e8..f482c4c826dd1c1520b162e71c55fd6966e44f14 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebRequestDeviceOptions.h
|
| @@ -14,12 +14,10 @@ namespace blink {
|
| // specified in the IDL.
|
| struct WebBluetoothScanFilter {
|
| WebBluetoothScanFilter() { }
|
| - WebBluetoothScanFilter(const WebVector<WebString>& services)
|
| - : services(services)
|
| - {
|
| - }
|
|
|
| WebVector<WebString> services;
|
| + WebString name;
|
| + WebString namePrefix;
|
| };
|
|
|
| // Contains members corresponding to RequestDeviceOptions members as
|
|
|