blob: 789ef71b5c88552eec6c83ac03d78f184dc6f24c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-07-02 06:08:04 UTC
+++ chrome/browser/ui/views/omnibox/omnibox_view_views.cc
@@ -2175,7 +2175,7 @@ void OmniboxViewViews::MaybeAddSendTabToSelfItem(
}
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
|