aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_notifications_message__center__notification__manager.cc
blob: 190483c097236f138cef0c860f2cd0733b785274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/notifications/message_center_notification_manager.cc.orig	2016-05-11 19:02:14 UTC
+++ chrome/browser/notifications/message_center_notification_manager.cc
@@ -75,7 +75,7 @@ MessageCenterNotificationManager::Messag
       new 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());