$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.7 2016/03/06 10:51:14 robert Exp $
--- chrome/browser/notifications/message_center_notification_manager.cc.orig.port	Wed Feb 24 00:01:58 2016
+++ chrome/browser/notifications/message_center_notification_manager.cc	Thu Mar  3 09:43:26 2016
@@ -74,7 +74,7 @@ MessageCenterNotificationManager::MessageCenterNotific
   blockers_.push_back(make_scoped_ptr(
       new 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.
