aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui__message_center__views__message_center_button_bar.h
blob: a0e9e5f1f884d3df0d6d1637671fe7a9c30ddfb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/message_center/views/message_center_button_bar.h.orig	2015-04-14 18:19:00.000000000 -0400
+++ ui/message_center/views/message_center_button_bar.h	2015-04-28 08:28:10.714142000 -0400
@@ -68,7 +68,7 @@
   // 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