aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_download_download__commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-chrome_browser_download_download__commands.h')
-rw-r--r--devel/electron29/files/patch-chrome_browser_download_download__commands.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-chrome_browser_download_download__commands.h b/devel/electron29/files/patch-chrome_browser_download_download__commands.h
new file mode 100644
index 000000000000..53147ce4d879
--- /dev/null
+++ b/devel/electron29/files/patch-chrome_browser_download_download__commands.h
@@ -0,0 +1,11 @@
+--- chrome/browser/download/download_commands.h.orig 2023-11-29 21:39:47 UTC
++++ chrome/browser/download/download_commands.h
+@@ -63,7 +63,7 @@ class DownloadCommands {
+ void ExecuteCommand(Command command);
+
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
+- BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
++ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
+ bool IsDownloadPdf() const;
+ bool CanOpenPdfInSystemViewer() const;
+ Browser* GetBrowser() const;