diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_platform__util__linux.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_platform__util__linux.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_platform__util__linux.cc b/devel/electron33/files/patch-chrome_browser_platform__util__linux.cc deleted file mode 100644 index 7e7522cfc8e2..000000000000 --- a/devel/electron33/files/patch-chrome_browser_platform__util__linux.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- chrome/browser/platform_util_linux.cc.orig 2024-04-15 20:33:47 UTC -+++ chrome/browser/platform_util_linux.cc -@@ -300,7 +300,9 @@ void OnLaunchOptionsCreated(const std::string& command - argv.push_back(command); - argv.push_back(arg); - options.current_directory = working_directory; -+#if !BUILDFLAG(IS_BSD) - options.allow_new_privs = true; -+#endif - // xdg-open can fall back on mailcap which eventually might plumb through - // to a command that needs a terminal. Set the environment variable telling - // it that we definitely don't have a terminal available and that it should |