blob: cef1c3ce9c87099d6acd0a4e26a74f9730790216 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-03-24 20:50:14 UTC
+++ chrome/browser/ui/signin/signin_view_controller.cc
@@ -412,7 +412,7 @@ void SigninViewController::ShowModalManagedUserNoticeD
void SigninViewController::ShowModalManagedUserNoticeDialog(
std::unique_ptr<signin::EnterpriseProfileCreationDialogParams>
create_param) {
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
CloseModalSignin();
dialog_ = std::make_unique<SigninModalDialogImpl>(
SigninViewControllerDelegate::CreateManagedUserNoticeDelegate(
|