| Index: chrome/browser/app_controller_mac.mm
|
| diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
|
| index 844f15f614348480b0320db9fed4ae8fadce61d1..e2c9f3e93d3bd84b7f45b60e2b1bda482c95bdbe 100644
|
| --- a/chrome/browser/app_controller_mac.mm
|
| +++ b/chrome/browser/app_controller_mac.mm
|
| @@ -965,7 +965,6 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer {
|
| // profile cannot have a browser.
|
| if (IsProfileSignedOut(lastProfile) || lastProfile->IsSystemProfile()) {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION);
|
| return;
|
| }
|
| @@ -1171,7 +1170,6 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer {
|
| if (lastProfile->IsGuestSession() || IsProfileSignedOut(lastProfile) ||
|
| lastProfile->IsSystemProfile()) {
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_NO_ACTION);
|
| } else {
|
| CreateBrowser(lastProfile);
|
| @@ -1342,7 +1340,6 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer {
|
| } else {
|
| // No way to create a browser, default to the User Manager.
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS);
|
| }
|
| }
|
| @@ -1356,7 +1353,6 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer {
|
| } else {
|
| // No way to create a browser, default to the User Manager.
|
| UserManager::Show(base::FilePath(),
|
| - profiles::USER_MANAGER_NO_TUTORIAL,
|
| profiles::USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME);
|
| }
|
| }
|
|
|