| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index cc3b2bb9d8be8a179a01e24382cf58f8a9427142..19bb2eb8c6e255bf258afb7afbf8508e50504eea 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -730,6 +730,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
|
| // - Only incognito windows were open when the browser exited.
|
| // |last_used_profile| is the last used incognito profile. Restoring it will
|
| // create a browser window for the corresponding original profile.
|
| + // - All of the last opened profiles fail to initialize.
|
| if (last_opened_profiles.empty()) {
|
| if (ShowUserManagerOnStartupIfNeeded(last_used_profile, command_line))
|
| return true;
|
|
|