aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h
blob: df5cd37418fee62655005c1231ad3a4a4bac8c3c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                               
                                                              
                                                      
                                                                           
 
                                                                       
                                  
                                                       
                                                                            
                                                                        
                                                                   
--- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig	2024-02-23 21:04:38 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 managed user notice modal dialog. The returned object
   // should delete itself when the window it's managing is closed.