$OpenBSD: patch-extensions_shell_common_switches_cc,v 1.6 2021/10/29 14:49:41 robert Exp $

Index: extensions/shell/common/switches.cc
--- extensions/shell/common/switches.cc.orig
+++ extensions/shell/common/switches.cc
@@ -22,7 +22,7 @@ const char kAppShellPreferredNetwork[] = "app-shell-pr
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
 // The directory breakpad should store minidumps in.
 const char kCrashDumpsDir[] = "crash-dumps-dir";
 
