| 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 c33753e5e9d3c8f7a5884a6d432bc653bdce7cef..3dd20114456556d6e3f518fd2e8e1ae0333004f3 100644
|
| --- a/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| +++ b/content/browser/bluetooth/bluetooth_allowed_devices_map.h
|
| @@ -57,6 +57,12 @@ class CONTENT_EXPORT BluetoothAllowedDevicesMap final {
|
| const std::string& GetDeviceAddress(const url::Origin& origin,
|
| const WebBluetoothDeviceId& device_id);
|
|
|
| + // Returns true if the origin has previously been granted access to at least
|
| + // one service.
|
| + bool IsOriginAllowedToAccessAtLeastOneService(
|
| + const url::Origin& origin,
|
| + const WebBluetoothDeviceId& device_id) const;
|
| +
|
| // Returns true if the origin has previously been granted access to
|
| // the service.
|
| bool IsOriginAllowedToAccessService(
|
|
|