aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc')
-rw-r--r--devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc b/devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc
deleted file mode 100644
index a53f1e716582..000000000000
--- a/devel/electron33/files/patch-chrome_browser_ui_tabs_features.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/browser/ui/tabs/features.cc.orig 2024-08-14 20:54:40 UTC
-+++ chrome/browser/ui/tabs/features.cc
-@@ -48,7 +48,7 @@ bool CanShowTabSearchPositionSetting() {
- 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;