aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc')
-rw-r--r--devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc b/devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc
index 66e0d2e7d3af..712bd4dc0846 100644
--- a/devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc
+++ b/devel/electron28/files/patch-electron_shell_app_electron__main__delegate.cc
@@ -1,6 +1,6 @@
---- electron/shell/app/electron_main_delegate.cc.orig 2023-06-07 10:09:25 UTC
+--- electron/shell/app/electron_main_delegate.cc.orig 2024-02-21 08:43:43 UTC
+++ electron/shell/app/electron_main_delegate.cc
-@@ -58,13 +58,16 @@
+@@ -59,13 +59,16 @@
#include "chrome/child/v8_crashpad_support_win.h"
#endif
@@ -19,7 +19,7 @@
#include "components/crash/core/app/crash_switches.h" // nogncheck
#include "components/crash/core/app/crashpad.h" // nogncheck
#include "components/crash/core/common/crash_key.h"
-@@ -156,7 +159,7 @@ bool ElectronPathProvider(int key, base::FilePath* res
+@@ -157,7 +160,7 @@ bool ElectronPathProvider(int key, base::FilePath* res
create_dir = true;
break;
}
@@ -28,7 +28,7 @@
case DIR_APP_DATA: {
auto env = base::Environment::Create();
cur = base::nix::GetXDGDirectory(
-@@ -288,7 +291,7 @@ absl::optional<int> ElectronMainDelegate::BasicStartup
+@@ -289,7 +292,7 @@ absl::optional<int> ElectronMainDelegate::BasicStartup
base::win::PinUser32();
#endif
@@ -37,7 +37,7 @@
// Check for --no-sandbox parameter when running as root.
if (getuid() == 0 && IsSandboxEnabled(command_line))
LOG(FATAL) << "Running as root without --"
-@@ -338,7 +341,7 @@ void ElectronMainDelegate::PreSandboxStartup() {
+@@ -339,7 +342,7 @@ void ElectronMainDelegate::PreSandboxStartup() {
/* is_preinit = */ IsBrowserProcess() || IsZygoteProcess());
#endif
@@ -46,7 +46,7 @@
crash_reporter::InitializeCrashKeys();
#endif
-@@ -373,7 +376,7 @@ void ElectronMainDelegate::PreSandboxStartup() {
+@@ -374,7 +377,7 @@ void ElectronMainDelegate::PreSandboxStartup() {
}
#endif