1 --- chrome/browser/ui/signin_view_controller_delegate.h.orig 2022-08-31 12:19:35 UTC 2 +++ chrome/browser/ui/signin_view_controller_delegate.h 3 @@ -80,7 +80,7 @@ class SigninViewControllerDelegate { 4 #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) || BUILDFLAG(IS_CHROMEOS_LACROS) 5 6 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ 7 - BUILDFLAG(IS_CHROMEOS_LACROS) 8 + BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) 9 // Returns a platform-specific SigninViewContolllerDelegate instance that 10 // displays the enterprise confirmation modal dialog. The returned object 11 // should delete itself when the window it's managing is closed. 12