$OpenBSD: patch-chrome_browser_ui_webui_about_ui_cc,v 1.11 2013/07/15 14:59:30 robert Exp $
--- chrome/browser/ui/webui/about_ui.cc.orig.port	Wed Jun 12 09:28:47 2013
+++ chrome/browser/ui/webui/about_ui.cc	Sun Jul  7 15:54:58 2013
@@ -68,7 +68,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
@@ -879,6 +879,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>");
@@ -945,6 +946,7 @@ std::string AboutSandbox() {
   return data;
 }
 #endif
+#endif
 
 // AboutMemoryHandler ----------------------------------------------------------
 
@@ -1130,7 +1132,7 @@ void AboutUIHTMLSource::StartDataRequest(
     response = ResourceBundle::GetSharedInstance().GetRawDataResource(
         IDR_OS_CREDITS_HTML).as_string();
 #endif
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX)
   } else if (source_name_ == chrome::kChromeUISandboxHost) {
     response = AboutSandbox();
 #endif
