X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fpasswords%2Fmanage_passwords_ui_controller.h;h=bd15a8653aa86ca4c88c3c715390ca5f79cfeb6b;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=f35d7959255746b40afa4ecc5a8278e8a59790d4;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/src/chrome/browser/ui/passwords/manage_passwords_ui_controller.h index f35d795..bd15a86 100644 --- a/src/chrome/browser/ui/passwords/manage_passwords_ui_controller.h +++ b/src/chrome/browser/ui/passwords/manage_passwords_ui_controller.h @@ -77,11 +77,6 @@ class ManagePasswordsUIController // Open a new tab, pointing to the password manager settings page. virtual void NavigateToPasswordManagerSettingsPage(); - // Open a new tab, pointing to the Google manage passwords website. - // TODO(gcasto): Change this to navigate to account central once passwords - // are visible there. Currently goes to the Chrome support page. - virtual void NavigateToAccountCentralManagementPage(); - virtual const autofill::PasswordForm& PendingCredentials() const; // Set the state of the Omnibox icon, and possibly show the associated bubble @@ -113,6 +108,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