| 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..3bfb90db954e2cf989987b82e0883bdeabdef0e6 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.
|
| + // Chrome needs to ask the user to confirm password updating.
|
| + PENDING_PASSWORD_UPDATE_STATE,
|
| };
|
|
|
| // The position of a password item in a list of credentials.
|
|
|