Chromium Code Reviews| 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); |
|
jeremy
2013/05/05 12:35:56
Rather than changing the prototype, can you #ifdef
gab
2013/05/06 16:19:54
Removed the views implementation and moved the cal
|
| } // namespace first_run |