ports/www/chromium/files/patch-chrome__common__child_process_logging.h
Rene Ladan f8b007a1f0 Update to 16.0.912.63
- enhancements to Sync
- ability to create multiple profiles on a single instance

Obtained from:	Chromium Chruetertee development repository
Security:	http://www.vuxml.org/freebsd/68ac6266-25c3-11e1-b63a-00262d5ed8ee.html
2011-12-13 20:41:14 +00:00

11 lines
462 B
C++

--- chrome/common/child_process_logging.h.orig 2011-11-22 01:03:45.000000000 +0200
+++ chrome/common/child_process_logging.h 2011-11-22 01:03:57.000000000 +0200
@@ -30,7 +30,7 @@
namespace child_process_logging {
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_FREEBSD)
// These are declared here so the crash reporter can access them directly in
// compromised context without going through the standard library.
extern char g_active_url[];