| Index: chrome/browser/ui/webui/options/create_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/create_profile_handler.cc b/chrome/browser/ui/webui/options/create_profile_handler.cc
|
| index aaea9bd8f19551632930d3a2cff1d6553f6ad889..800471ae94613a2034cbbd8182d9087f08c8249a 100644
|
| --- a/chrome/browser/ui/webui/options/create_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/create_profile_handler.cc
|
| @@ -218,7 +218,7 @@ void CreateProfileHandler::CreateShortcutAndShowSuccess(bool create_shortcut,
|
| if (should_open_new_window) {
|
| // Opening the new window must be the last action, after all callbacks
|
| // have been run, to give them a chance to initialize the profile.
|
| - webui::OpenNewWindowForProfile(profile, Profile::CREATE_STATUS_INITIALIZED);
|
| + webui::OpenNewWindowForProfile(profile);
|
| }
|
| profile_creation_type_ = NO_CREATION_IN_PROGRESS;
|
| }
|
|
|