| 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 2777068c0ef151b1ccaf49acf024c5f636b32647..994ee56a84c3b536e269df86b019f223e1604019 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -297,8 +297,7 @@ bool ShowUserManagerOnStartupIfNeeded(Profile* last_used_profile,
|
| command_line.HasSwitch(switches::kShowAppList) ?
|
| profiles::USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER :
|
| profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION;
|
| - UserManager::Show(
|
| - base::FilePath(), profiles::USER_MANAGER_NO_TUTORIAL, action);
|
| + UserManager::Show(base::FilePath(), action);
|
| return true;
|
| }
|
|
|
|
|