| Index: content/common/bluetooth/bluetooth_scan_filter.h
|
| diff --git a/content/common/bluetooth/bluetooth_scan_filter.h b/content/common/bluetooth/bluetooth_scan_filter.h
|
| index 79cc5894d7e2da7e6bdd48a6d982aae69201f696..257274729d356fac11a4d975f61ee0f965fcf947 100644
|
| --- a/content/common/bluetooth/bluetooth_scan_filter.h
|
| +++ b/content/common/bluetooth/bluetooth_scan_filter.h
|
| @@ -17,10 +17,11 @@ namespace content {
|
| // blink::WebBluetoothScanFilter.
|
| struct CONTENT_EXPORT BluetoothScanFilter {
|
| BluetoothScanFilter();
|
| - BluetoothScanFilter(const std::vector<device::BluetoothUUID>& services);
|
| ~BluetoothScanFilter();
|
|
|
| std::vector<device::BluetoothUUID> services;
|
| + std::string name;
|
| + std::string namePrefix;
|
| };
|
|
|
| } // namespace content
|
|
|