| 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 740c98712109a6cdecd0456af45609f1d140645f..6eb9b08cb55384ac1e83ff79f4a734d2d34190ad 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| @@ -97,6 +97,10 @@ class ManagePasswordsUIController
|
| // GetCurrentForms() which should be the blacklisted one.
|
| virtual void UnblacklistSite();
|
|
|
| + // Called from the model. The controller should switch to MANAGE_STATE and pop
|
| + // up a bubble.
|
| + virtual void ManageAccounts();
|
| +
|
| // Open a new tab, pointing to the password manager settings page.
|
| virtual void NavigateToPasswordManagerSettingsPage();
|
|
|
|
|