blob: 7259a0375d3a05bb2f6a9c7c7d419336858f2da1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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,
|