$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.17 2018/06/02 17:19:23 robert Exp $
Index: chrome/browser/notifications/message_center_notification_manager.cc
--- chrome/browser/notifications/message_center_notification_manager.cc.orig
+++ chrome/browser/notifications/message_center_notification_manager.cc
@@ -45,7 +45,7 @@ MessageCenterNotificationManager::MessageCenterNotific
       std::make_unique<FullscreenNotificationBlocker>(message_center));
 #endif
 
-#if defined(OS_WIN) || defined(OS_MACOSX) \
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_BSD) \
   || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
   // On Windows, Linux and Mac, the notification manager owns the tray icon and
   // views.Other platforms have global ownership and Create will return NULL.
