| Index: chrome/browser/ui/webui/profile_helper.cc
|
| diff --git a/chrome/browser/ui/webui/profile_helper.cc b/chrome/browser/ui/webui/profile_helper.cc
|
| index 528292e1003befe9c3a33fd4af0f3984137d38cc..968b967fb506818dea7f9733b0847756519aad7b 100644
|
| --- a/chrome/browser/ui/webui/profile_helper.cc
|
| +++ b/chrome/browser/ui/webui/profile_helper.cc
|
| @@ -27,7 +27,7 @@ namespace {
|
|
|
| void ShowUserManager(const ProfileManager::CreateCallback& callback) {
|
| if (!UserManager::IsShowing()) {
|
| - UserManager::Show(base::FilePath(), profiles::USER_MANAGER_NO_TUTORIAL,
|
| + UserManager::Show(base::FilePath(),
|
| profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION);
|
| }
|
|
|
|
|