aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc
blob: a1dd7e7a187dbfb1069ceba4f84a3747a217c864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/device_signals/core/browser/user_permission_service_impl.cc.orig	2023-10-13 13:20:35 UTC
+++ components/device_signals/core/browser/user_permission_service_impl.cc
@@ -92,7 +92,7 @@ bool UserPermissionServiceImpl::ShouldCollectConsent()
          consent_required_by_dependent_policy;
 }
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 UserPermission UserPermissionServiceImpl::CanUserCollectSignals(
     const UserContext& user_context) const {
   // Return "unknown user" if no user ID was given.