diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_ui_ui__features.cc')
| -rw-r--r-- | www/iridium/files/patch-chrome_browser_ui_ui__features.cc | 22 | 
1 files changed, 20 insertions, 2 deletions
| diff --git a/www/iridium/files/patch-chrome_browser_ui_ui__features.cc b/www/iridium/files/patch-chrome_browser_ui_ui__features.cc index 85fb5a48830b..931e1887bda2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/iridium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.cc.orig	2025-09-11 13:19:19 UTC +--- chrome/browser/ui/ui_features.cc.orig	2025-10-28 14:29:43 UTC  +++ chrome/browser/ui/ui_features.cc  @@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick,                "CloseOmniboxPopupOnInactiveAreaClick", @@ -9,7 +9,16 @@   // Enables the feature to remove the last confirmation dialog when relaunching   // to update Chrome.   BASE_FEATURE(kFewerUpdateConfirmations, -@@ -398,7 +398,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, +@@ -171,7 +171,7 @@ BASE_FEATURE_PARAM(int, +                    "drop_target_hide_for_os_width", + #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) +                    32 +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) +                    50 + #else +                    0 +@@ -511,7 +511,7 @@ BASE_FEATURE(kViewsJSAppModalDialog,                base::FEATURE_DISABLED_BY_DEFAULT);   #endif @@ -18,3 +27,12 @@   BASE_FEATURE(kUsePortalAccentColor,                "UsePortalAccentColor",                base::FEATURE_ENABLED_BY_DEFAULT); +@@ -732,7 +732,7 @@ bool IsBookmarkTabGroupConversionEnabled() { +   return base::FeatureList::IsEnabled(kBookmarkTabGroupConversion); + } +  +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kSessionRestoreInfobar, +              "SessionRestoreInfobar", +              base::FEATURE_DISABLED_BY_DEFAULT); | 
