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