aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_browser_user__permission__service__impl.h
blob: 8bdca220f354ffe8844eb7810a931c6d9d9a928b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/device_signals/core/browser/user_permission_service_impl.h.orig	2023-07-16 15:47:57 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