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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_bubble_model.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: 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,

Powered by Google App Engine
This is Rietveld 408576698