$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.6 2016/01/23 18:49:31 robert Exp $
--- chrome/browser/notifications/message_center_notification_manager.cc.orig.port	Wed Jan 20 21:01:19 2016
+++ chrome/browser/notifications/message_center_notification_manager.cc	Fri Jan 22 19:58:58 2016
@@ -62,7 +62,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.
