| Index: content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| diff --git a/content/browser/bluetooth/bluetooth_allowed_devices_map.h b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| index 049fad977d99b34d1e50cb3a73f07ec15a65c180..32823593a3791c56ba7f2cb9d43bfe250173e8f1 100644
|
| --- a/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| +++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| @@ -68,9 +68,10 @@ class CONTENT_EXPORT BluetoothAllowedDevicesMap final {
|
| // Returns an id guaranteed to be unique for the map. The id is randomly
|
| // generated so that an origin can't guess the id used in another origin.
|
| std::string GenerateDeviceId();
|
| - std::set<std::string> UnionOfServices(
|
| + void AddUnionOfServicesTo(
|
| const std::vector<BluetoothScanFilter>& filters,
|
| - const std::vector<device::BluetoothUUID>& optional_services);
|
| + const std::vector<device::BluetoothUUID>& optional_services,
|
| + std::set<std::string>* unionOfServices);
|
|
|
| std::map<url::Origin, DeviceAddressToIdMap>
|
| origin_to_device_address_to_id_map_;
|
|
|