| Index: chrome/browser/ui/gtk/first_run_dialog.cc
|
| diff --git a/chrome/browser/ui/gtk/first_run_dialog.cc b/chrome/browser/ui/gtk/first_run_dialog.cc
|
| index f28925c45925f8814f1be73f67ff6ea512e2a814..eca4ef29afce9a021f92cab39788d1da4cacffde 100644
|
| --- a/chrome/browser/ui/gtk/first_run_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/first_run_dialog.cc
|
| @@ -160,9 +160,6 @@ void FirstRunDialog::OnResponseDialog(GtkWidget* widget, int response) {
|
| if (dialog_)
|
| gtk_widget_hide_all(dialog_);
|
|
|
| - // Mark that first run has ran.
|
| - first_run::CreateSentinel();
|
| -
|
| // Check if user has opted into reporting.
|
| if (report_crashes_ &&
|
| gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(report_crashes_))) {
|
|
|