aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_message__center_views_message__center__button__bar.h
blob: a427c298d82b26b6c4df15f63f1f5eaf97516818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/message_center/views/message_center_button_bar.h.orig	2016-04-08 16:02:15 UTC
+++ ui/message_center/views/message_center_button_bar.h
@@ -73,7 +73,7 @@ class MessageCenterButtonBar : public vi
   // close-on-deactivation is off. This is a tentative solution. Once pkotwicz
   // Fixes the problem of focus-follow-mouse, close-on-deactivation will be
   // back and this field will be removed. See crbug.com/319516.
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
   views::ImageButton* close_bubble_button_;
 #endif