diff options
Diffstat (limited to 'devel/electron32/files/patch-chrome_browser_global__desktop__features.cc')
-rw-r--r-- | devel/electron32/files/patch-chrome_browser_global__desktop__features.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron32/files/patch-chrome_browser_global__desktop__features.cc b/devel/electron32/files/patch-chrome_browser_global__desktop__features.cc deleted file mode 100644 index 7aa9e547151b..000000000000 --- a/devel/electron32/files/patch-chrome_browser_global__desktop__features.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- chrome/browser/global_desktop_features.cc.orig 2024-08-14 20:54:35 UTC -+++ chrome/browser/global_desktop_features.cc -@@ -45,14 +45,14 @@ void GlobalDesktopFeatures::Init() { - } - - void GlobalDesktopFeatures::Init() { --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (user_education::features::IsWhatsNewV2()) { - whats_new_registry_ = CreateWhatsNewRegistry(); - } - #endif - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - std::unique_ptr<whats_new::WhatsNewRegistry> - GlobalDesktopFeatures::CreateWhatsNewRegistry() { - return whats_new::CreateWhatsNewRegistry(); |