aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_device__signals_core_browser_user__permission__service.h
blob: 70b9a8b6854834d042732a5e0da97271bf4486f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                       
--- components/device_signals/core/browser/user_permission_service.h.orig	2023-07-16 15:47:57 UTC
+++ components/device_signals/core/browser/user_permission_service.h
@@ -57,7 +57,7 @@ class UserPermissionService : public KeyedService {
   // missing.
   virtual bool ShouldCollectConsent() const = 0;
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   // Will verify whether context-aware signals can be collected
   // on behalf of the user represented by `user_context`. Returns `kGranted` if
   // collection is allowed.