--- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-06-30 07:04:30 UTC +++ chrome/browser/ui/views/omnibox/omnibox_view_views.cc @@ -2175,7 +2175,7 @@ void OmniboxViewViews::OnPopupOpened() { } void OmniboxViewViews::OnPopupOpened() { -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // It's not great for promos to overlap the omnibox if the user opens the // drop-down after showing the promo. This especially causes issues on Mac and // Linux due to z-order/rendering issues, see crbug.com/1225046 and