| Index: chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc b/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| index f328c2c24287b74b3d107f66cfb349fa749fc2ab..0137a0efd52c0c6c43578b65e2b1fd99de2665bb 100644
|
| --- a/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| @@ -142,10 +142,6 @@ bool MultiProfileUserController::IsUserAllowedInSession(
|
| if (primary_user_email.empty() || primary_user_email == user_email)
|
| return SetUserAllowedReason(reason, ALLOWED);
|
|
|
| - // Owner is not allowed to be secondary user.
|
| - if (user_manager->GetOwnerEmail() == user_email)
|
| - return SetUserAllowedReason(reason, NOT_ALLOWED_OWNER_AS_SECONDARY);
|
| -
|
| // Don't allow profiles potentially tainted by data fetched with policy-pushed
|
| // certificates to join a multiprofile session.
|
| if (policy::PolicyCertServiceFactory::UsedPolicyCertificates(user_email))
|
|
|