$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.2 2015/05/06 14:27:23 robert Exp $
--- chrome/browser/notifications/message_center_notification_manager.cc.orig.port	Wed Apr 15 00:31:21 2015
+++ chrome/browser/notifications/message_center_notification_manager.cc	Wed Apr 15 08:32:50 2015
@@ -80,7 +80,7 @@ MessageCenterNotificationManager::MessageCenterNotific
 #endif
   blockers_.push_back(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.
