$OpenBSD: patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc,v 1.6 2021/09/01 16:54:38 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)
+#if defined(OS_LINUX) || defined(OS_BSD)
   if (profile) {
     // Prefs take precedence over flags.
     PrefService* prefs = profile->GetPrefs();
