| 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 bf45189ad7720b377c075ba5214c1d88a9112586..35c2e818ad0b3a6094819c5a6af1ceb12ec6d310 100644
|
| --- a/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/users/multi_profile_user_controller.cc
|
| @@ -99,8 +99,8 @@ MultiProfileUserController::GetPrimaryUserPolicy() {
|
| // Don't allow any secondary profiles if the primary profile is tainted.
|
| if (policy::PolicyCertServiceFactory::UsedPolicyCertificates(user->email())) {
|
| // Check directly in local_state before checking if the primary user has
|
| - // a PolicyCertService. His profile may have been tainted previously though
|
| - // he didn't get a PolicyCertService created for this session.
|
| + // a PolicyCertService. Their profile may have been tainted previously
|
| + // though they didn't get a PolicyCertService created for this session.
|
| return NOT_ALLOWED_PRIMARY_POLICY_CERT_TAINTED;
|
| }
|
|
|
|
|