| Index: chrome/browser/first_run/first_run_dialog.h
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run_dialog.h (revision 199532)
|
| +++ chrome/browser/first_run/first_run_dialog.h (working copy)
|
| @@ -10,7 +10,8 @@
|
| 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
|
|
|
|
|