summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_download_download__commands.h
blob: b06c4d936816bb087d6320f23d1eae837a145633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/download/download_commands.h.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/download/download_commands.h
@@ -54,7 +54,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;