diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /devel/electron35/files/patch-content_app_content__main.cc | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'devel/electron35/files/patch-content_app_content__main.cc')
| -rw-r--r-- | devel/electron35/files/patch-content_app_content__main.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-content_app_content__main.cc b/devel/electron35/files/patch-content_app_content__main.cc deleted file mode 100644 index 7e4ceaee0e09..000000000000 --- a/devel/electron35/files/patch-content_app_content__main.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/app/content_main.cc.orig 2025-04-06 11:53:46 UTC -+++ content/app/content_main.cc -@@ -226,7 +226,7 @@ NO_STACK_PROTECTOR int RunContentProcess( - base::EnableTerminationOnOutOfMemory(); - logging::RegisterAbslAbortHook(); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // The various desktop environments set this environment variable that - // allows the dbus client library to connect directly to the bus. When this - // variable is not set (test environments like xvfb-run), the dbus client -@@ -311,7 +311,7 @@ NO_STACK_PROTECTOR int RunContentProcess( - command_line->AppendSwitch(switches::kUseMobileUserAgent); - #endif - --#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD) -+#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD) && defined(notyet) - base::subtle::EnableFDOwnershipEnforcement(true); - #endif - |
