$OpenBSD: patch-content_browser_download_base_file_linux_cc,v 1.3 2016/05/27 06:28:21 robert Exp $
--- content/browser/download/base_file_linux.cc.orig.port	Thu May 26 08:29:35 2016
+++ content/browser/download/base_file_linux.cc	Thu May 26 08:29:44 2016
@@ -16,7 +16,9 @@ DownloadInterruptReason BaseFile::AnnotateWithSourceIn
   DCHECK_CURRENTLY_ON(BrowserThread::FILE);
   DCHECK(!detached_);
 
+#if !defined(OS_BSD)
   AddOriginMetadataToFile(full_path_, source_url, referrer_url);
+#endif
   return DOWNLOAD_INTERRUPT_REASON_NONE;
 }
 
