| 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 86dadd2143da07e4c07a8d14ddeb5563624569f7..9c18862bfb443edefa3f172cbc9e9f78c39046db 100644
|
| --- a/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| +++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| @@ -51,8 +51,9 @@ class CONTENT_EXPORT BluetoothAllowedDevicesMap final {
|
|
|
| // Returns the Bluetooth Device's id for |origin| if |origin| is allowed to
|
| // access the device.
|
| - const WebBluetoothDeviceId* GetDeviceId(const url::Origin& origin,
|
| - const std::string& device_address);
|
| + const WebBluetoothDeviceId* GetDeviceId(
|
| + const url::Origin& origin,
|
| + const std::string& device_address) const;
|
|
|
| // For |device_id| in |origin|, returns the Bluetooth device's address. If
|
| // there is no such |device_id| in |origin|, returns an empty string.
|
|
|