diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_download_download__commands.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_download_download__commands.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_download_download__commands.cc b/devel/electron33/files/patch-chrome_browser_download_download__commands.cc deleted file mode 100644 index cbe84f911c71..000000000000 --- a/devel/electron33/files/patch-chrome_browser_download_download__commands.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/browser/download/download_commands.cc.orig 2024-10-16 21:30:57 UTC -+++ chrome/browser/download/download_commands.cc -@@ -26,7 +26,7 @@ - #include "ui/base/clipboard/scoped_clipboard_writer.h" - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ -- BUILDFLAG(IS_MAC) -+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - #include "chrome/browser/ui/browser.h" - #include "chrome/browser/ui/browser_finder.h" - #include "chrome/browser/ui/scoped_tabbed_browser_displayer.h" -@@ -166,7 +166,7 @@ void DownloadCommands::ExecuteCommand(Command command) - } - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - - Browser* DownloadCommands::GetBrowser() const { - if (!model_) |