ports/www/chromium/files/patch-chrome__common__chrome_paths_internal.h
Rene Ladan 21a6834bf3 www/chromium: update to 44.0.2403.107
Note that chromium is currently broken on 9.X due to some obscure compiler
error caused possibly caused by Ports GCC.

Submitted by:	LeFroid
Obtained from:	https://github.com/gliaskos/freebsd-chromium/pull/25
MFH:		2015Q3
Security:	http://vuxml.freebsd.org/freebsd/9d732078-32c7-11e5-b263-00262d5ed8ee.html
2015-07-28 18:35:43 +00:00

11 lines
529 B
C

--- chrome/common/chrome_paths_internal.h.orig 2015-07-18 16:46:40.033337000 -0400
+++ chrome/common/chrome_paths_internal.h 2015-07-18 16:51:35.226378000 -0400
@@ -39,7 +39,7 @@
// Get the path to the user's documents directory.
bool GetUserDocumentsDirectory(base::FilePath* result);
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
// Gets the path to a safe default download directory for a user.
bool GetUserDownloadsDirectorySafe(base::FilePath* result);
#endif