aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_supervised__user_core_common_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_supervised__user_core_common_features.cc')
-rw-r--r--www/chromium/files/patch-components_supervised__user_core_common_features.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_supervised__user_core_common_features.cc b/www/chromium/files/patch-components_supervised__user_core_common_features.cc
new file mode 100644
index 000000000000..81e9dff7550b
--- /dev/null
+++ b/www/chromium/files/patch-components_supervised__user_core_common_features.cc
@@ -0,0 +1,20 @@
+--- components/supervised_user/core/common/features.cc.orig 2023-12-10 06:10:27 UTC
++++ components/supervised_user/core/common/features.cc
+@@ -91,7 +91,7 @@ BASE_FEATURE(kEnableManagedByParentUi,
+ "EnableManagedByParentUi",
+ base::FEATURE_DISABLED_BY_DEFAULT);
+
+-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ BASE_FEATURE(kEnableExtensionsPermissionsForSupervisedUsersOnDesktop,
+ "EnableExtensionsPermissionsForSupervisedUsersOnDesktop",
+ base::FEATURE_DISABLED_BY_DEFAULT);
+@@ -149,7 +149,7 @@ bool IsChildAccountSupervisionEnabled() {
+ return base::FeatureList::IsEnabled(
+ supervised_user::
+ kFilterWebsitesForSupervisedUsersOnDesktopAndIOS) ||
+-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
+ base::FeatureList::IsEnabled(
+ supervised_user::
+ kEnableExtensionsPermissionsForSupervisedUsersOnDesktop) ||