mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
11 lines
510 B
C
11 lines
510 B
C
--- chrome/browser/download/download_commands.h.orig 2023-09-13 12:11:42 UTC
|
|
+++ chrome/browser/download/download_commands.h
|
|
@@ -60,7 +60,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;
|