aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_download_download__commands.h
blob: 8bfaedfefb0d66d8e8ad4f14fab914b218142f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/download/download_commands.h.orig	2021-07-19 18:45:08 UTC
+++ chrome/browser/download/download_commands.h
@@ -47,7 +47,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;