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

                                                                                

                                                                                                     


               
--- chrome/browser/first_run/first_run_dialog.h.orig	2022-02-28 16:54:41 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)
 
 class Profile;