$OpenBSD: patch-content_browser_download_base_file_cc,v 1.5 2015/09/05 16:06:50 robert Exp $
--- content/browser/download/base_file.cc.orig.port	Sat Aug 22 21:01:54 2015
+++ content/browser/download/base_file.cc	Wed Sep  2 07:31:55 2015
@@ -209,7 +209,7 @@ void BaseFile::SetClientGuid(const std::string& guid) 
 }
 
 // OS_WIN, OS_MACOSX and OS_LINUX have specialized implementations.
-#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX)
+#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX) && !defined(OS_BSD)
 DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
   return DOWNLOAD_INTERRUPT_REASON_NONE;
 }
