aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h
blob: 0fbcd30d572e13229913a692d76c31291f043d4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/first_run/first_run_dialog.h.orig	2021-04-14 01:08:40 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 defined(OS_MAC) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
+#if defined(OS_MAC) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
 
 class Profile;