Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1677)

Unified Diff: chrome/browser/chromeos/login/users/multi_profile_user_controller.cc

Issue 2471183004: Updates comments in the src files to remove gender specific terms. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698