$OpenBSD: patch-chrome_browser_platform_util_linux_cc,v 1.2 2015/04/27 16:38:25 robert Exp $
--- chrome/browser/platform_util_linux.cc.orig.port	Wed Apr 15 09:25:47 2015
+++ chrome/browser/platform_util_linux.cc	Wed Apr 15 09:25:58 2015
@@ -28,7 +28,9 @@ void XDGUtil(const std::string& util,
 
   base::LaunchOptions options;
   options.current_directory = working_directory;
+#if !defined(OS_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
