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

Index: src/3rdparty/chromium/chrome/common/chrome_features.cc
--- src/3rdparty/chromium/chrome/common/chrome_features.cc.orig
+++ src/3rdparty/chromium/chrome/common/chrome_features.cc
@@ -66,7 +66,7 @@ const base::Feature kAsyncDns {
 #endif
 };
 
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
 // Enables the Restart background mode optimization. When all Chrome UI is
 // closed and it goes in the background, allows to restart the browser to
 // discard memory.
