| 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..94ff26e956ea0146cb76a7624505f6d28c07dcd1 100644
|
| --- a/chrome/browser/ui/gtk/first_run_dialog.h
|
| +++ b/chrome/browser/ui/gtk/first_run_dialog.h
|
| @@ -15,6 +15,7 @@ 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:
|
|
|