aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc
blob: a4cb305fab8c69e9f55d9f7cdcc0a868d248bef0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                                       
                                                                          
                                                                        







                                                                                       
--- components/device_signals/core/browser/user_permission_service_impl.cc.orig	2023-10-11 18:22:24 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.