| 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,
|
|
|