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

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

Issue 952023002: Credential Manager API: pop up the new "Manage accounts" bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 b8fe37c21d4c5acd81e00c6f7a10a9b2d9c413b4..6a12f688ce98dfeed57651d2278c1fdddbc3cd53 100644
--- a/components/password_manager/core/common/password_manager_ui.h
+++ b/components/password_manager/core/common/password_manager_ui.h
@@ -38,6 +38,9 @@ enum State {
// should be visible.
AUTO_SIGNIN_STATE,
+ // The user has been signed-in to the site and can manage his accounts for it.
+ MANAGE_ACCOUNTS_STATE,
+
// Password manager failed to detect the form, bubble should outlive next
// navigation.
ASK_USER_REPORT_URL_BUBBLE_SHOWN_BEFORE_TRANSITION_STATE,

Powered by Google App Engine
This is Rietveld 408576698