freebsd-ports/www/chromium/files/patch-chrome__browser__download__download_commands.h
Rene Ladan f93a363e54 www/chromium: update to 43.0.2357.65
There are some rough edges, e.g. gmail.com crashes with the EFF Privacy Badger
plugin installed.

Submitted by:	LeFroid
Obtained from:	https://github.com/Lefrid/chromium
MFH:		2015Q2
Security:	http://vuxml.freebsd.org/freebsd/a9d456b4-fe4c-11e4-ad15-00262d5ed8ee.html
2015-05-25 09:35:20 +00:00

12 lines
480 B
C

--- chrome/browser/download/download_commands.h.orig 2015-05-21 11:39:00.521239000 -0400
+++ chrome/browser/download/download_commands.h 2015-05-21 11:39:40.015902000 -0400
@@ -41,7 +41,8 @@
void ExecuteCommand(Command command);
#if defined(OS_WIN) || defined(OS_LINUX) || \
- (defined(OS_MACOSX) && !defined(OS_IOS))
+ defined(OS_BSD) || (defined(OS_MACOSX) && \
+ !defined(OS_IOS))
bool IsDownloadPdf() const;
bool CanOpenPdfInSystemViewer() const;
#endif