| Index: chrome/browser/chromeos/login/multi_profile_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/multi_profile_user_controller.cc b/chrome/browser/chromeos/login/multi_profile_user_controller.cc
|
| index 6441b6de0770bb971e5e40c8bce968bacb2c63ff..a04918e222c209631125413b08001777cb3714a1 100644
|
| --- a/chrome/browser/chromeos/login/multi_profile_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/multi_profile_user_controller.cc
|
| @@ -182,7 +182,7 @@ void MultiProfileUserController::CheckSessionUsers() {
|
| const UserList& users = UserManager::Get()->GetLoggedInUsers();
|
| for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) {
|
| if (!IsUserAllowedInSession((*it)->email())) {
|
| - delegate_->OnUserNotAllowed();
|
| + delegate_->OnUserNotAllowed((*it)->email());
|
| return;
|
| }
|
| }
|
|
|