| Index: components/password_manager/core/common/password_manager_ui.h
|
| diff --git a/components/password_manager/core/common/password_manager_ui.h b/components/password_manager/core/common/password_manager_ui.h
|
| index f4ed8bb53fdd894a3b7572e4fa1cbf36250cd4ef..2e3d52982f01598f6e987b6d816d990eaade3931 100644
|
| --- a/components/password_manager/core/common/password_manager_ui.h
|
| +++ b/components/password_manager/core/common/password_manager_ui.h
|
| @@ -37,6 +37,10 @@ enum State {
|
| // The user was auto signed in to the site. The icon and the auto-signin toast
|
| // should be visible.
|
| AUTO_SIGNIN_STATE,
|
| +
|
| + // The user submitted a form that we consider to be a change password form.
|
| + // We wish to ask the user to confirm password updating.
|
| + PENDING_PASSWORD_UPDATE_STATE,
|
| };
|
|
|
| // The position of a password item in a list of credentials.
|
|
|