blob: 714baf9d1e0155453f72a2d47f36a2517193a4de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/ui/tabs/features.cc.orig 2025-08-26 20:49:50 UTC
+++ chrome/browser/ui/tabs/features.cc
@@ -60,7 +60,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;
|