| Index: chrome/browser/first_run/first_run_dialog.h
|
| diff --git a/chrome/browser/first_run/first_run_dialog.h b/chrome/browser/first_run/first_run_dialog.h
|
| index 76e507361f63efc237075aab06d6be407e4e540d..ad51259a61c62ea713a20940cede6a044795357f 100644
|
| --- a/chrome/browser/first_run/first_run_dialog.h
|
| +++ b/chrome/browser/first_run/first_run_dialog.h
|
| @@ -10,7 +10,8 @@ class Profile;
|
| namespace first_run {
|
|
|
| // Shows the first run dialog. Only called if IsOrganicFirstRun() is true.
|
| -void ShowFirstRunDialog(Profile* profile);
|
| +// Returns true if the dialog was shown.
|
| +bool ShowFirstRunDialog(Profile* profile);
|
|
|
| } // namespace first_run
|
|
|
|
|