| Index: chrome/browser/ui/gtk/first_run_dialog.h
|
| diff --git a/chrome/browser/ui/gtk/first_run_dialog.h b/chrome/browser/ui/gtk/first_run_dialog.h
|
| index bdeb23f8272301884eebb6acb2f170b082384794..b59c12cce21e77f49032c273736a926e862d4402 100644
|
| --- a/chrome/browser/ui/gtk/first_run_dialog.h
|
| +++ b/chrome/browser/ui/gtk/first_run_dialog.h
|
| @@ -15,10 +15,11 @@ typedef struct _GtkWidget GtkWidget;
|
| class FirstRunDialog {
|
| public:
|
| // Displays the first run UI for reporting opt-in, import data etc.
|
| + // Returns true if the dialog was shown.
|
| static bool Show();
|
|
|
| private:
|
| - FirstRunDialog(bool show_reporting_dialog, int* response);
|
| + FirstRunDialog();
|
| virtual ~FirstRunDialog();
|
|
|
| CHROMEGTK_CALLBACK_1(FirstRunDialog, void, OnResponseDialog, int);
|
|
|