diff options
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_ui_ui__features.cc')
| -rw-r--r-- | devel/electron35/files/patch-chrome_browser_ui_ui__features.cc | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_ui_ui__features.cc b/devel/electron35/files/patch-chrome_browser_ui_ui__features.cc deleted file mode 100644 index 509c3c632c23..000000000000 --- a/devel/electron35/files/patch-chrome_browser_ui_ui__features.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/browser/ui/ui_features.cc.orig	2025-03-24 20:50:14 UTC -+++ chrome/browser/ui/ui_features.cc -@@ -74,7 +74,7 @@ bool IsExtensionMenuInRootAppMenu() { -   return base::FeatureList::IsEnabled(kExtensionsMenuInAppMenu); - } -  --#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, -@@ -382,7 +382,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);  | 
