Chromium Code Reviews| 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 f09ccf7d2c50a53a467724562790795ab5664544..57dc61f76223f3ae75e0ab43427ff09ac170c378 100644 |
| --- a/components/password_manager/core/common/password_manager_ui.h |
| +++ b/components/password_manager/core/common/password_manager_ui.h |
| @@ -35,6 +35,10 @@ enum State { |
| // The user has blacklisted the site rendered in the current WebContents. |
| // The icon needs to be visible, in the blacklisted state. |
| BLACKLIST_STATE, |
| + |
| + // The site has asked user to choose a credential. Now we need to display an |
| + // Omnibox icon, and pop up a bubble. |
| + PENDING_CREDENTIALS_AND_BUBBLE_STATE, |
|
Mike West
2014/11/19 19:56:37
Nit: Might be clearer as CREDENTIAL_REQUEST_STATE.
vasilii
2014/11/20 15:08:06
Done.
|
| }; |
| // The position of a password item in a list of credentials. |