diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_browser_ui_ui__features.cc')
-rw-r--r-- | devel/electron37/files/patch-chrome_browser_ui_ui__features.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_browser_ui_ui__features.cc b/devel/electron37/files/patch-chrome_browser_ui_ui__features.cc new file mode 100644 index 000000000000..43bedc53a5f8 --- /dev/null +++ b/devel/electron37/files/patch-chrome_browser_ui_ui__features.cc @@ -0,0 +1,20 @@ +--- chrome/browser/ui/ui_features.cc.orig 2025-06-30 07:04:30 UTC ++++ chrome/browser/ui/ui_features.cc +@@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, + "CloseOmniboxPopupOnInactiveAreaClick", + base::FEATURE_ENABLED_BY_DEFAULT); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Enables the feature to remove the last confirmation dialog when relaunching + // to update Chrome. + BASE_FEATURE(kFewerUpdateConfirmations, +@@ -359,7 +359,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, + base::FEATURE_DISABLED_BY_DEFAULT); + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kUsePortalAccentColor, + "UsePortalAccentColor", + base::FEATURE_ENABLED_BY_DEFAULT); |