aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_notifications_message__center__notification__manager.cc
blob: a29e783a2e8f7576f5bffd014fd0b48ae00aa5f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/notifications/message_center_notification_manager.cc.orig	2017-01-26 00:49:08 UTC
+++ chrome/browser/notifications/message_center_notification_manager.cc
@@ -67,7 +67,7 @@ MessageCenterNotificationManager::Messag
       base::MakeUnique<FullscreenNotificationBlocker>(message_center));
 
 #if defined(OS_WIN) || defined(OS_MACOSX) \
-  || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
+  || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
   // On Windows, Linux and Mac, the notification manager owns the tray icon and
   // views.Other platforms have global ownership and Create will return NULL.
   tray_.reset(message_center::CreateMessageCenterTray());