| Index: chrome/browser/ui/app_list/profile_loader.cc
|
| diff --git a/chrome/browser/ui/app_list/profile_loader.cc b/chrome/browser/ui/app_list/profile_loader.cc
|
| index be09089c627fbce5b8455a913a266ef7b4bf6e3f..21d6bf40820db9986da6c1eb33611278bc81c140 100644
|
| --- a/chrome/browser/ui/app_list/profile_loader.cc
|
| +++ b/chrome/browser/ui/app_list/profile_loader.cc
|
| @@ -36,7 +36,6 @@ void ProfileLoader::LoadProfileInvalidatingOtherLoads(
|
|
|
| if (profile_store_->IsProfileLocked(profile_file_path)) {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER);
|
| return;
|
| }
|
|
|