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

Unified Diff: components/autofill/core/common/password_form.h

Issue 2096783002: [Autofill] Gender-neutral pronouns in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « chrome/renderer/autofill/password_autofill_agent_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/password_form.h
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
index f7ba31e1f03ca97174ca38303ea735211d62b98d..41dcef40767fa62da78e1b255ce040c4bea3b44e 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -100,9 +100,9 @@ struct PasswordForm {
// the PasswordManager for form autofill; that is, the action of the saved
// credentials must match the action of the form on the page to be autofilled.
// If this is empty / not available, it will result in a "restricted" IE-like
- // autofill policy, where we wait for the user to type in his username before
- // autofilling the password. In these cases, after successful login the action
- // URL will automatically be assigned by the PasswordManager.
+ // autofill policy, where we wait for the user to type in their username
+ // before autofilling the password. In these cases, after successful login the
+ // action URL will automatically be assigned by the PasswordManager.
//
// When parsing an HTML form, this must always be set.
GURL action;
« no previous file with comments | « chrome/renderer/autofill/password_autofill_agent_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698