$OpenBSD: patch-chrome_browser_ui_browser_cc,v 1.3 2015/05/26 17:37:39 robert Exp $
--- chrome/browser/ui/browser.cc.orig.port	Thu May 14 00:35:45 2015
+++ chrome/browser/ui/browser.cc	Wed May 20 08:34:56 2015
@@ -1285,7 +1285,7 @@ void Browser::OnWindowDidShow() {
   window_has_shown_ = true;
 
 // CurrentProcessInfo::CreationTime() is missing on some platforms.
-#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
   // Measure the latency from startup till the first browser window becomes
   // visible.
   static bool is_first_browser_window = true;
