Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
index 1b02a01e4f994d5f49157f43782bac62d5ae2585..283a3e83d4778b0489cf5d1d6c309035867e775d 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h |
@@ -100,6 +100,10 @@ class ManagePasswordsUIController |
// this method executes. |
virtual void UnblacklistSite(); |
+ // Called from the model. The controller should switch to |
+ // MANAGE_ACCOUNTS_STATE and pop up a bubble. |
+ virtual void ManageAccounts(); |
+ |
// Open a new tab, pointing to the password manager settings page. |
virtual void NavigateToPasswordManagerSettingsPage(); |