$OpenBSD: patch-src_3rdparty_chromium_extensions_shell_common_switches_h,v 1.1 2021/01/19 06:16:34 rsadowski Exp $

Index: src/3rdparty/chromium/extensions/shell/common/switches.h
--- src/3rdparty/chromium/extensions/shell/common/switches.h.orig
+++ src/3rdparty/chromium/extensions/shell/common/switches.h
@@ -17,7 +17,7 @@ extern const char kAppShellAllowRoaming[];
 extern const char kAppShellHostWindowSize[];
 extern const char kAppShellPreferredNetwork[];
 #endif
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 extern const char kCrashDumpsDir[];
 extern const char kEnableReporting[];
 #endif
