Index: chrome/browser/signin/chrome_signin_client.cc |
diff --git a/chrome/browser/signin/chrome_signin_client.cc b/chrome/browser/signin/chrome_signin_client.cc |
index ccf25e0bd991afde1ec3e19b8be946a5b5160903..77e10c2ae00dc535a81a8967d70d9356118d9720 100644 |
--- a/chrome/browser/signin/chrome_signin_client.cc |
+++ b/chrome/browser/signin/chrome_signin_client.cc |
@@ -474,7 +474,7 @@ void ChromeSigninClient::LockForceSigninProfile( |
void ChromeSigninClient::ShowUserManager(const base::FilePath& profile_path) { |
#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS) |
- UserManager::Show(profile_path, profiles::USER_MANAGER_NO_TUTORIAL, |
+ UserManager::Show(profile_path, |
profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION); |
#endif |
} |