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