$OpenBSD: patch-chrome_browser_ui_gtk_first_run_dialog_cc,v 1.1 2013/10/29 06:51:34 robert Exp $
--- chrome/browser/ui/gtk/first_run_dialog.cc.orig.port	Fri Oct 11 19:29:26 2013
+++ chrome/browser/ui/gtk/first_run_dialog.cc	Sat Oct 19 17:43:49 2013
@@ -160,6 +160,7 @@ void FirstRunDialog::OnResponseDialog(GtkWidget* widge
   if (dialog_)
     gtk_widget_hide_all(dialog_);
 
+#if !defined(OS_BSD)
   // Check if user has opted into reporting.
   if (report_crashes_ &&
       gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(report_crashes_))) {
@@ -168,6 +169,9 @@ void FirstRunDialog::OnResponseDialog(GtkWidget* widge
   } else {
     GoogleUpdateSettings::SetCollectStatsConsent(false);
   }
+#else
+  GoogleUpdateSettings::SetCollectStatsConsent(false);
+#endif
 
   // If selected set as default browser.
   if (make_default_ &&
