1 --- ui/message_center/views/message_popup_view.cc.orig 2022-02-28 16:54:41 UTC 2 +++ ui/message_center/views/message_popup_view.cc 3 @@ -123,7 +123,7 @@ void MessagePopupView::Show() { 4 params.z_order = ui::ZOrderLevel::kFloatingWindow; 5 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch 6 // of lacros-chrome is complete. 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD) 9 // Make the widget explicitly activatable as TYPE_POPUP is not activatable by 10 // default but we need focus for the inline reply textarea. 11 params.activatable = views::Widget::InitParams::Activatable::kYes; 12