aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_supervised__user_core_common_features.h
blob: ca2b6df7e1d540cf0f8c3690b0947a5de4258905 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/supervised_user/core/common/features.h.orig	2023-11-29 21:40:00 UTC
+++ components/supervised_user/core/common/features.h
@@ -24,7 +24,7 @@ BASE_DECLARE_FEATURE(kClearingCookiesKeepsSupervisedUs
 extern const base::FeatureParam<std::string> kManagedByParentUiMoreInfoUrl;
 BASE_DECLARE_FEATURE(kClearingCookiesKeepsSupervisedUsersSignedIn);
 
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
 BASE_DECLARE_FEATURE(kEnableExtensionsPermissionsForSupervisedUsersOnDesktop);
 #endif