$OpenBSD: patch-chrome_browser_browser_about_handler_cc,v 1.1 2011/02/08 09:43:02 espie Exp $
--- chrome/browser/browser_about_handler.cc.orig	Fri Jan 21 10:20:26 2011
+++ chrome/browser/browser_about_handler.cc	Sun Jan 23 23:27:31 2011
@@ -74,7 +74,7 @@
 #include "chrome/browser/zygote_host_linux.h"
 #elif defined(OS_MACOSX)
 #include "chrome/browser/cocoa/about_ipc_dialog.h"
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_OPENBSD)
 #include "chrome/browser/zygote_host_linux.h"
 #endif
 
@@ -122,7 +122,7 @@ const char kAboutPath[] = "about";
 const char kNetInternalsPath[] = "net-internals";
 const char kPluginsPath[] = "plugins";
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
 const char kLinuxProxyConfigPath[] = "linux-proxy-config";
 const char kSandboxPath[] = "sandbox";
 #endif
@@ -154,7 +154,7 @@ const char *kAllAboutPaths[] = {
   kTcmallocPath,
   kTermsPath,
   kVersionPath,
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
   kLinuxProxyConfigPath,
   kSandboxPath,
 #endif
@@ -544,7 +544,7 @@ std::string AboutStats() {
   return data;
 }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
 std::string AboutLinuxProxyConfig() {
   std::string data;
   data.append("<!DOCTYPE HTML>\n");
@@ -895,7 +895,7 @@ void AboutSource::StartDataRequest(const std::string& 
   } else if (path == kTermsPath) {
     response = ResourceBundle::GetSharedInstance().GetRawDataResource(
         IDR_TERMS_HTML).as_string();
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
   } else if (path == kLinuxProxyConfigPath) {
     response = AboutLinuxProxyConfig();
   } else if (path == kSandboxPath) {
