13 lines
656 B
Diff
13 lines
656 B
Diff
diff --git a/chrome/browser/ui/tabs/tab_strip_prefs.cc b/chrome/browser/ui/tabs/tab_strip_prefs.cc
|
|
index c0d39dedda0be57221eebd98b1806e82a3b6733d..166b1b9bf97d236b73dc378a8bc425c001448df6 100644
|
|
--- a/chrome/browser/ui/tabs/tab_strip_prefs.cc
|
|
+++ b/chrome/browser/ui/tabs/tab_strip_prefs.cc
|
|
@@ -28,6 +28,7 @@ std::optional<bool> g_tab_search_trailing_tabstrip_at_startup = std::nullopt;
|
|
namespace tabs {
|
|
|
|
bool GetDefaultTabSearchRightAligned() {
|
|
+ BRAVE_GET_DEFAULT_TAB_SEARCH_RIGHT_ALIGNED
|
|
// These platforms are all left aligned, the others should be right.
|
|
#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
|
|
return false;
|