diff options
Diffstat (limited to 'devel/electron38/files/patch-chrome_browser_download_download__commands.h')
| -rw-r--r-- | devel/electron38/files/patch-chrome_browser_download_download__commands.h | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/devel/electron38/files/patch-chrome_browser_download_download__commands.h b/devel/electron38/files/patch-chrome_browser_download_download__commands.h new file mode 100644 index 000000000000..899c21f0d61b --- /dev/null +++ b/devel/electron38/files/patch-chrome_browser_download_download__commands.h @@ -0,0 +1,11 @@ +--- chrome/browser/download/download_commands.h.orig	2024-06-18 21:43:22 UTC ++++ chrome/browser/download/download_commands.h +@@ -66,7 +66,7 @@ class DownloadCommands { +   void ExecuteCommand(Command command); +  + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +-    BUILDFLAG(IS_MAC) ++    BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) +   bool IsDownloadPdf() const; +   bool CanOpenPdfInSystemViewer() const; +   Browser* GetBrowser() const; | 
