summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_browser_download_base__file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-content_browser_download_base__file.cc')
-rw-r--r--www/iridium/files/patch-content_browser_download_base__file.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/iridium/files/patch-content_browser_download_base__file.cc b/www/iridium/files/patch-content_browser_download_base__file.cc
new file mode 100644
index 000000000000..7259a0375d3a
--- /dev/null
+++ b/www/iridium/files/patch-content_browser_download_base__file.cc
@@ -0,0 +1,20 @@
+--- content/browser/download/base_file.cc.orig 2017-04-19 19:06:33 UTC
++++ content/browser/download/base_file.cc
+@@ -380,7 +380,7 @@ DownloadInterruptReason BaseFile::LogInt
+ return reason;
+ }
+
+-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
++#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD)
+
+ namespace {
+
+@@ -463,7 +463,7 @@ DownloadInterruptReason BaseFile::Annota
+ }
+ return DOWNLOAD_INTERRUPT_REASON_FILE_FAILED;
+ }
+-#else // !OS_WIN && !OS_MACOSX && !OS_LINUX
++#else // !OS_WIN && !OS_MACOSX && !OS_LINUX && !OS_BSD
+ DownloadInterruptReason BaseFile::AnnotateWithSourceInformation(
+ const std::string& client_guid,
+ const GURL& source_url,