$OpenBSD: patch-chrome_browser_chrome_content_browser_client_cc,v 1.12 2014/07/20 17:22:33 robert Exp $
--- chrome/browser/chrome_content_browser_client.cc.orig.port	Tue Jul 15 13:01:31 2014
+++ chrome/browser/chrome_content_browser_client.cc	Thu Jul 17 12:25:31 2014
@@ -183,7 +183,7 @@
 #include "chrome/browser/chrome_browser_main_posix.h"
 #endif
 
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD)
 #include "base/debug/leak_annotations.h"
 #include "base/linux_util.h"
 #include "components/breakpad/app/breakpad_linux.h"
@@ -492,7 +492,7 @@ void FillFontFamilyMap(const PrefService* prefs,
   }
 }
 
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD)
 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
     const std::string& process_type) {
   base::FilePath dumps_path;
@@ -1459,7 +1459,7 @@ std::string ChromeContentBrowserClient::GetCanonicalEn
 
 void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
     CommandLine* command_line, int child_process_id) {
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && !defined(OS_BSD)
   if (breakpad::IsCrashReporterEnabled()) {
     std::string enable_crash_reporter;
     GoogleUpdateSettings::GetMetricsId(&enable_crash_reporter);
@@ -2563,7 +2563,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst
 #endif
 }
 
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_BSD)
 void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
     const CommandLine& command_line,
     int child_process_id,
