mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
Security: https://vuxml.freebsd.org/freebsd/5c777f88-40ff-4e1e-884b-ad63dfb9bb15.html Security: https://vuxml.freebsd.org/freebsd/9c91e1f8-f255-4b57-babe-2e385558f1dc.html
11 lines
575 B
C++
11 lines
575 B
C++
--- chrome/browser/ui/tabs/features.cc.orig 2025-07-02 06:08:04 UTC
|
|
+++ chrome/browser/ui/tabs/features.cc
|
|
@@ -53,7 +53,7 @@ bool CanShowTabSearchPositionSetting() {
|
|
}
|
|
// Mac and other platforms will always have the tab search position in the
|
|
// correct location, cros/linux/win git the user the option to change.
|
|
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
|
|
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
return base::FeatureList::IsEnabled(kTabSearchPositionSetting);
|
|
#else
|
|
return false;
|