$OpenBSD: patch-chrome_browser_ui_webui_about_ui_cc,v 1.3 2012/07/10 09:22:34 robert Exp $
--- chrome/browser/ui/webui/about_ui.cc.orig	Thu Jun 28 15:02:01 2012
+++ chrome/browser/ui/webui/about_ui.cc	Sat Jul  7 09:50:22 2012
@@ -83,7 +83,7 @@
 #include "chromeos/dbus/cryptohome_client.h"
 #include "chromeos/dbus/dbus_thread_manager.h"
 #include "content/public/browser/zygote_host_linux.h"
-#elif defined(OS_LINUX) || defined(OS_OPENBSD)
+#elif defined(OS_LINUX)
 #include "content/public/browser/zygote_host_linux.h"
 #endif
 
@@ -1018,6 +1018,7 @@ std::string AboutLinuxProxyConfig() {
   return data;
 }
 
+#if defined(OS_LINUX)
 void AboutSandboxRow(std::string* data, const std::string& prefix, int name_id,
                      bool good) {
   data->append("<tr><td>");
@@ -1074,6 +1075,7 @@ std::string AboutSandbox() {
   return data;
 }
 #endif
+#endif
 
 std::string AboutVersionStaticContent(const std::string& query) {
   return ResourceBundle::GetSharedInstance().GetRawDataResource(
@@ -1413,7 +1415,7 @@ void AboutUIHTMLSource::StartDataRequest(const std::st
     response = ResourceBundle::GetSharedInstance().GetRawDataResource(
         IDR_OS_CREDITS_HTML).as_string();
 #endif
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX)
   } else if (host == chrome::kChromeUISandboxHost) {
     response = AboutSandbox();
 #endif
