| 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 f35d7959255746b40afa4ecc5a8278e8a59790d4..983bc105b00ebf478f49b6b3e6fc2cd01c28effa 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| @@ -113,6 +113,7 @@ class ManagePasswordsUIController
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
| + virtual void WasHidden() OVERRIDE;
|
|
|
| // We create copies of PasswordForm objects that come in with unclear lifetime
|
| // and store them in this vector as well as in |password_form_map_| to ensure
|
|
|