mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
460 B
C
11 lines
460 B
C
--- chrome/browser/download/download_commands.h.orig 2024-06-22 08:49:42 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;
|