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

Unified Diff: components/password_manager/core/common/password_manager_ui.h

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/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.
« no previous file with comments | « components/password_manager/core/common/password_manager_switches.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698