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

Unified Diff: components/password_manager/core/browser/password_form_manager.h

Issue 2065373002: Gender-neutralize a few more comments / strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: that was weird 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
Index: components/password_manager/core/browser/password_form_manager.h
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h
index 12e130cb42dd04fb00002f31ee18db5183cb5bd2..cfe2176d61eb77dc2222c5362121038902b76079 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -285,15 +285,14 @@ class PasswordFormManager : public PasswordStoreConsumer {
kManagerActionMax
};
- // UserAction - What does the user do with this form? If he or she
- // does nothing (either by accepting what the password manager did, or
- // by simply (not typing anything at all), you get None. If there were
- // multiple choices and the user selects one other than the default,
- // you get Choose, if user selects an entry from matching against the Public
- // Suffix List you get ChoosePslMatch, if the user types in a new value
- // for just the password you get OverridePassword, and if the user types in a
- // new value for the username and password you get
- // OverrideUsernameAndPassword.
+ // UserAction - What does the user do with this form? If they do nothing
+ // (either by accepting what the password manager did, or by simply (not
+ // typing anything at all), you get None. If there were multiple choices and
+ // the user selects one other than the default, you get Choose, if user
+ // selects an entry from matching against the Public Suffix List you get
+ // ChoosePslMatch, if the user types in a new value for just the password you
+ // get OverridePassword, and if the user types in a new value for the
+ // username and password you get OverrideUsernameAndPassword.
enum UserAction {
kUserActionNone = 0,
kUserActionChoose,

Powered by Google App Engine
This is Rietveld 408576698