aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_download_internal_common_base__file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-components_download_internal_common_base__file.cc')
-rw-r--r--devel/electron12/files/patch-components_download_internal_common_base__file.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron12/files/patch-components_download_internal_common_base__file.cc b/devel/electron12/files/patch-components_download_internal_common_base__file.cc
deleted file mode 100644
index e143df07b1c7..000000000000
--- a/devel/electron12/files/patch-components_download_internal_common_base__file.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- components/download/internal/common/base_file.cc.orig 2021-01-07 00:36:29 UTC
-+++ components/download/internal/common/base_file.cc
-@@ -604,7 +604,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(
-@@ -623,7 +623,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,