aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h')
-rw-r--r--devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h b/devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h
new file mode 100644
index 000000000000..dd9f409ab719
--- /dev/null
+++ b/devel/electron29/files/patch-components_device__signals_core_browser_user__permission__service__impl.h
@@ -0,0 +1,11 @@
+--- components/device_signals/core/browser/user_permission_service_impl.h.orig 2023-08-10 01:48:40 UTC
++++ components/device_signals/core/browser/user_permission_service_impl.h
+@@ -39,7 +39,7 @@ class UserPermissionServiceImpl : public UserPermissio
+
+ // UserPermissionService:
+ bool ShouldCollectConsent() const override;
+-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ UserPermission CanUserCollectSignals(
+ const UserContext& user_context) const override;
+ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX