Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
index 4651b0006c0f5337c3f44899738f2d7792802b1f..6df61abf7cb6bcc270b3fb5fb1d2eec3f03a2e12 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
@@ -80,9 +80,14 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver { |
// Called by the view code when the manage link is clicked by the user. |
void OnManageLinkClicked(); |
- // Called by the view code when the auto-signin toast is about to close. |
+ // Called by the view code when the auto-signin toast is about to close due to |
+ // timeout. |
void OnAutoSignInToastTimeout(); |
+ // Called by the view code when user clicks on the auto sign-in toast in order |
+ // to manage credentials. |
+ void OnAutoSignInClicked(); |
+ |
// Called by the view code to delete or add a password form to the |
// PasswordStore. |
void OnPasswordAction(const autofill::PasswordForm& password_form, |