diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_utility_services.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_utility_services.cc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron33/files/patch-chrome_utility_services.cc b/devel/electron33/files/patch-chrome_utility_services.cc deleted file mode 100644 index 909b51ea0ecb..000000000000 --- a/devel/electron33/files/patch-chrome_utility_services.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- chrome/utility/services.cc.orig 2024-10-16 21:31:08 UTC -+++ chrome/utility/services.cc -@@ -51,7 +51,7 @@ - #include "chrome/services/system_signals/mac/mac_system_signals_service.h" - #endif // BUILDFLAG(IS_MAC) - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/services/system_signals/linux/linux_system_signals_service.h" - #endif // BUILDFLAG(IS_LINUX) - -@@ -210,7 +210,7 @@ auto RunMacNotificationService( - } - #endif // BUILDFLAG(IS_MAC) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - auto RunSystemSignalsService( - mojo::PendingReceiver<device_signals::mojom::SystemSignalsService> - receiver) { -@@ -474,7 +474,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& - services.Add(RunWindowsIconReader); - #endif // BUILDFLAG(IS_WIN) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - services.Add(RunSystemSignalsService); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - |