$OpenBSD: patch-chrome_browser_first_run_first_run_internal_posix_cc,v 1.13 2018/05/04 07:14:57 robert Exp $

Index: chrome/browser/first_run/first_run_internal_posix.cc
--- chrome/browser/first_run/first_run_internal_posix.cc.orig
+++ chrome/browser/first_run/first_run_internal_posix.cc
@@ -35,7 +35,7 @@ base::OnceClosure& GetBeforeShowFirstRunDialogHookForT
 namespace internal {
 namespace {
 
-#if !defined(OS_CHROMEOS)
+#if !defined(OS_CHROMEOS) && !defined(OS_BSD)
 // Returns whether the first run dialog should be shown. This is only true for
 // certain builds, and only if the user has not already set preferences. In a
 // real, official-build first run, initializes the default metrics reporting if
@@ -84,7 +84,7 @@ bool ShouldShowFirstRunDialog() {
 }  // namespace
 
 void DoPostImportPlatformSpecificTasks(Profile* profile) {
-#if !defined(OS_CHROMEOS)
+#if !defined(OS_CHROMEOS) && !defined(OS_BSD)
   if (!ShouldShowFirstRunDialog())
     return;
 
