$OpenBSD: patch-chrome_browser_ui_webui_about_ui_cc,v 1.17 2014/02/10 18:34:59 robert Exp $
--- chrome/browser/ui/webui/about_ui.cc.orig.port	Mon Jan 13 22:00:06 2014
+++ chrome/browser/ui/webui/about_ui.cc	Thu Jan 16 12:26:42 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
@@ -783,6 +783,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 ----------------------------------------------------------
 
@@ -1028,7 +1030,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
