aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_supervised__user_core_common_pref__names.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_supervised__user_core_common_pref__names.h')
-rw-r--r--www/chromium/files/patch-components_supervised__user_core_common_pref__names.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_supervised__user_core_common_pref__names.h b/www/chromium/files/patch-components_supervised__user_core_common_pref__names.h
new file mode 100644
index 000000000000..782809dbe592
--- /dev/null
+++ b/www/chromium/files/patch-components_supervised__user_core_common_pref__names.h
@@ -0,0 +1,11 @@
+--- components/supervised_user/core/common/pref_names.h.orig 2024-04-19 13:02:56 UTC
++++ components/supervised_user/core/common/pref_names.h
+@@ -131,7 +131,7 @@ inline constexpr char kFirstTimeInterstitialBannerStat
+ "profile.managed.banner_state";
+
+ #if BUILDFLAG(ENABLE_EXTENSIONS)
+-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ // An integer pref that stores the current state of the local extension
+ // parent approval migration when the feature
+ // `kEnableSupervisedUserSkipParentApprovalToInstallExtensions` becomes enabled.