ports/www/chromium/files/patch-chrome__common__child_process_logging.h
Rene Ladan 3b94bb8480 Update to 19.0.1084.52
Note that this version will not yet build on i386 boxes without (S)SSE3.
Submitted by:	George Liaskos
Security:	http://www.vuxml.org/freebsd/1449af37-9eba-11e1-b9c1-00262d5ed8ee.html
2012-05-28 22:29:08 +00:00

11 lines
533 B
C++

--- chrome/common/child_process_logging.h.orig 2012-04-25 10:02:56.000000000 +0300
+++ chrome/common/child_process_logging.h 2012-04-29 20:33:00.000000000 +0300
@@ -98,7 +98,7 @@
// values in |command_line|.
void SetCommandLine(const CommandLine* command_line);
-#if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_MACOSX)
+#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_MACOSX)
// Sets the product channel data to send along with crash reports to |channel|.
void SetChannel(const std::string& channel);
#endif