mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
575 B
C++
11 lines
575 B
C++
--- chrome/browser/ui/tabs/features.cc.orig 2025-04-04 08:52:13 UTC
|
|
+++ chrome/browser/ui/tabs/features.cc
|
|
@@ -48,7 +48,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;
|