aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_download_internal_common_base__file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_download_internal_common_base__file.cc')
-rw-r--r--www/chromium/files/patch-components_download_internal_common_base__file.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-components_download_internal_common_base__file.cc b/www/chromium/files/patch-components_download_internal_common_base__file.cc
deleted file mode 100644
index 86f39a6283a1..000000000000
--- a/www/chromium/files/patch-components_download_internal_common_base__file.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- components/download/internal/common/base_file.cc.orig 2021-04-14 18:40:59 UTC
-+++ components/download/internal/common/base_file.cc
-@@ -607,7 +607,7 @@ GURL GetEffectiveAuthorityURL(const GURL& source_url,
-
- } // namespace
-
--#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || \
-+#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || defined(OS_BSD) || \
- defined(OS_CHROMEOS)
-
- DownloadInterruptReason BaseFile::AnnotateWithSourceInformationSync(
-@@ -626,7 +626,7 @@ DownloadInterruptReason BaseFile::AnnotateWithSourceIn
-
- return QuarantineFileResultToReason(result);
- }
--#else // !OS_WIN && !OS_APPLE && !OS_LINUX && !OS_CHROMEOS
-+#else // !OS_WIN && !OS_APPLE && !OS_LINUX && !OS_CHROMEOS && !OS_BSD
- DownloadInterruptReason BaseFile::AnnotateWithSourceInformationSync(
- const std::string& client_guid,
- const GURL& source_url,