$OpenBSD: patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc,v 1.3 2021/04/16 18:15:06 robert Exp $

Index: chrome/browser/notifications/notification_platform_bridge_delegator.cc
--- chrome/browser/notifications/notification_platform_bridge_delegator.cc.orig
+++ chrome/browser/notifications/notification_platform_bridge_delegator.cc
@@ -57,7 +57,7 @@ bool SystemNotificationsEnabled(Profile* profile) {
 #elif defined(OS_WIN)
   return NotificationPlatformBridgeWin::SystemNotificationEnabled();
 #else
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
   if (profile) {
     // Prefs take precedence over flags.
     PrefService* prefs = profile->GetPrefs();
