aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__notifications__message_center_notification_manager.cc
blob: 94abe02b469255ae63a32f347d90af6940f44c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/notifications/message_center_notification_manager.cc.orig	2014-09-10 01:47:12.000000000 +0200
+++ chrome/browser/notifications/message_center_notification_manager.cc	2014-09-18 14:21:16.000000000 +0200
@@ -84,7 +84,7 @@
   blockers_.push_back(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());