$OpenBSD: patch-chrome_browser_notifications_notification_platform_bridge_delegator_cc,v 1.1 2021/04/01 10:24:44 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
@@ -55,7 +55,7 @@ bool NativeNotificationsEnabled(Profile* profile) {
   return true;
 #elif defined(OS_WIN)
   return NotificationPlatformBridgeWin::NativeNotificationEnabled();
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   if (profile) {
     // Prefs take precedence over flags.
     PrefService* prefs = profile->GetPrefs();
