aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_extensions_api_tabs_tabs__api.cc
blob: 67356bb8da8bb69afd46e8a899549990ce7b5f7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/extensions/api/tabs/tabs_api.cc.orig	2023-08-28 20:17:35 UTC
+++ chrome/browser/extensions/api/tabs/tabs_api.cc
@@ -833,7 +833,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio
 // ui::SHOW_STATE_MINIMIZED above, on Linux the window is not created as
 // minimized.
 // TODO(crbug.com/1410400): Remove this workaround when linux is fixed.
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // TODO(crbug.com/1410400): Find a fix for wayland as well.
 
 // Must be defined inside IS_LINUX to compile on windows/mac.