blob: 88d7bf14d12ed2050fef80497d87b51071c951ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-06-30 07:04:30 UTC
+++ chrome/browser/supervised_user/supervised_user_extensions_manager.h
@@ -154,7 +154,7 @@ class SupervisedUserExtensionsManager : public Extensi
// launched.
bool ShouldBlockExtension(const std::string& extension_id) const;
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Triggers an one-time migration of the present extensions as parent-approved
// when the feature
// `kEnableSupervisedUserSkipParentApprovalToInstallExtensions` becomes
|