aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h
blob: 8e0630151ac7d3e3ba35537980c21518ebdaa57e (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                                                               
                                                      
                                                                           
 
                                                                       
                                  
                                                       

                                                                            
                                                                   
--- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig	2023-10-11 18:22:24 UTC
+++ chrome/browser/ui/signin/signin_view_controller_delegate.h
@@ -81,7 +81,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.