mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
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
11 lines
583 B
C++
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());
|