Index: chrome/browser/ui/app_list/app_list_service_disabled.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
index a2ffa9a198ee3d2db99a6f76c86fdaa38172feb5..9090317c9f22835e66b46485c1245b477d62321c 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
@@ -97,7 +97,7 @@ void OpenAppsPage(Profile* fallback_profile) { |
if (IsProfileSignedOut(app_list_profile) || |
app_list_profile->IsSystemProfile() || |
app_list_profile->IsGuestSession()) { |
- UserManager::Show(base::FilePath(), profiles::USER_MANAGER_NO_TUTORIAL, |
+ UserManager::Show(base::FilePath(), |
profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION); |
return; |
} |