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







                                                                                       
--- components/device_signals/core/browser/user_permission_service_impl.cc.orig	2024-05-21 18:07:39 UTC
+++ components/device_signals/core/browser/user_permission_service_impl.cc
@@ -93,7 +93,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.