$OpenBSD: patch-chrome_browser_ui_views_first_run_dialog_cc,v 1.1 2014/07/20 17:22:34 robert Exp $
--- chrome/browser/ui/views/first_run_dialog.cc.orig.port	Thu Jul 17 12:41:08 2014
+++ chrome/browser/ui/views/first_run_dialog.cc	Thu Jul 17 12:42:08 2014
@@ -124,12 +124,16 @@ void FirstRunDialog::OnClosed() {
 bool FirstRunDialog::Accept() {
   GetWidget()->Hide();
 
+#if !defined(OS_BSD)
   if (report_crashes_ && report_crashes_->checked()) {
     if (GoogleUpdateSettings::SetCollectStatsConsent(true))
       breakpad::InitCrashReporter(std::string());
   } else {
     GoogleUpdateSettings::SetCollectStatsConsent(false);
   }
+#else
+  GoogleUpdateSettings::SetCollectStatsConsent(false);
+#endif
 
   if (make_default_ && make_default_->checked())
     ShellIntegration::SetAsDefaultBrowser();
