$OpenBSD: patch-chrome_browser_ui_webui_about_ui_cc,v 1.21 2014/07/20 17:22:34 robert Exp $
--- chrome/browser/ui/webui/about_ui.cc.orig.port	Tue Jul 15 13:01:24 2014
+++ chrome/browser/ui/webui/about_ui.cc	Thu Jul 17 12:25:31 2014
@@ -67,7 +67,7 @@
 #include "chrome/browser/ui/webui/theme_source.h"
 #endif
 
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX)
 #include "content/public/browser/zygote_host_linux.h"
 #include "content/public/common/sandbox_linux.h"
 #endif
@@ -779,6 +779,7 @@ std::string AboutLinuxProxyConfig() {
   return data;
 }
 
+#if !defined(OS_OPENBSD)
 void AboutSandboxRow(std::string* data, const std::string& prefix, int name_id,
                      bool good) {
   data->append("<tr><td>");
@@ -849,6 +850,7 @@ std::string AboutSandbox() {
   return data;
 }
 #endif
+#endif
 
 // AboutMemoryHandler ----------------------------------------------------------
 
@@ -1036,7 +1038,7 @@ void AboutUIHTMLSource::StartDataRequest(
     response = ResourceBundle::GetSharedInstance().GetRawDataResource(
         idr).as_string();
 #endif
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX)
   } else if (source_name_ == chrome::kChromeUISandboxHost) {
     response = AboutSandbox();
 #endif
