$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.10 2017/03/14 12:18:53 robert Exp $
--- chrome/browser/notifications/message_center_notification_manager.cc.orig.port	Thu Mar  9 21:04:28 2017
+++ chrome/browser/notifications/message_center_notification_manager.cc	Fri Mar 10 07:46:19 2017
@@ -65,7 +65,7 @@ MessageCenterNotificationManager::MessageCenterNotific
   blockers_.push_back(
       base::MakeUnique<FullscreenNotificationBlocker>(message_center));
 
-#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.
