summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_download_download__commands.h
blob: ceaa75f9c2ef805c47e68abc5a5d382a5eb08938 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/download/download_commands.h.orig	2021-03-12 23:57:17 UTC
+++ chrome/browser/download/download_commands.h
@@ -48,7 +48,7 @@ class DownloadCommands {
   bool IsCommandVisible(Command command) const;
   void ExecuteCommand(Command command);
 
-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) || \
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) || \
     defined(OS_MAC)
   bool IsDownloadPdf() const;
   bool CanOpenPdfInSystemViewer() const;