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

                                                                                

                                                                                                     
 
                      
 
--- chrome/browser/first_run/first_run_dialog.h.orig	2022-11-30 08:12:58 UTC
+++ chrome/browser/first_run/first_run_dialog.h
@@ -12,7 +12,7 @@
 // Hide this function on platforms where the dialog does not exist.
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
+#if BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || BUILDFLAG(IS_BSD)
 
 namespace first_run {