aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h')
-rw-r--r--devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h b/devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h
new file mode 100644
index 000000000000..0fbcd30d572e
--- /dev/null
+++ b/devel/electron13/files/patch-chrome_browser_first__run_first__run__dialog.h
@@ -0,0 +1,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;
+