diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_download_download__commands.h')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_download_download__commands.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_download_download__commands.h b/devel/electron33/files/patch-chrome_browser_download_download__commands.h deleted file mode 100644 index 899c21f0d61b..000000000000 --- a/devel/electron33/files/patch-chrome_browser_download_download__commands.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |