$OpenBSD: patch-chrome_browser_notifications_message_center_notification_manager_cc,v 1.3 2015/07/23 13:44:04 robert Exp $
--- chrome/browser/notifications/message_center_notification_manager.cc.orig.port	Wed Jul 15 22:29:58 2015
+++ chrome/browser/notifications/message_center_notification_manager.cc	Wed Jul 22 08:37:29 2015
@@ -84,7 +84,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.
