ports/www/chromium/files/patch-chrome__browser__chrome_browser_main.cc
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
583 B
C++

--- chrome/browser/chrome_browser_main.cc.orig 2012-05-19 23:45:48.797106216 +0300
+++ chrome/browser/chrome_browser_main.cc 2012-05-19 23:45:56.878106198 +0300
@@ -1298,7 +1298,7 @@
// just changed it to include experiments.
child_process_logging::SetCommandLine(CommandLine::ForCurrentProcess());
-#if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_MACOSX)
+#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_MACOSX)
// Set the product channel for crash reports.
child_process_logging::SetChannel(
chrome::VersionInfo::GetVersionStringModifier());