diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_browser_ui_ui__features.h')
-rw-r--r-- | devel/electron37/files/patch-chrome_browser_ui_ui__features.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_browser_ui_ui__features.h b/devel/electron37/files/patch-chrome_browser_ui_ui__features.h new file mode 100644 index 000000000000..9fb2b9b2a957 --- /dev/null +++ b/devel/electron37/files/patch-chrome_browser_ui_ui__features.h @@ -0,0 +1,20 @@ +--- chrome/browser/ui/ui_features.h.orig 2025-06-30 07:04:30 UTC ++++ chrome/browser/ui/ui_features.h +@@ -28,7 +28,7 @@ BASE_DECLARE_FEATURE(kCloseOmniboxPopupOnInactiveAreaC + + BASE_DECLARE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); + #endif + +@@ -225,7 +225,7 @@ BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); + BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + BASE_DECLARE_FEATURE(kUsePortalAccentColor); + #endif + |