Index: chrome/browser/password_manager/save_password_infobar_delegate.h |
diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.h b/chrome/browser/password_manager/save_password_infobar_delegate.h |
index 1854a77fe63b90d56eed1a7391984138a6015a4f..cc8f7fa5480225487297aca11f5f8ed5267cc437 100644 |
--- a/chrome/browser/password_manager/save_password_infobar_delegate.h |
+++ b/chrome/browser/password_manager/save_password_infobar_delegate.h |
@@ -37,21 +37,12 @@ class SavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate { |
scoped_ptr<password_manager::PasswordFormManager> form_to_save, |
const std::string& uma_histogram_suffix); |
- virtual ~SavePasswordInfoBarDelegate(); |
- |
- // Specifies whether additional authentication (as defined by the OS) should |
- // be required before autofilling this password. |
- void SetUseAdditionalPasswordAuthentication( |
- bool use_additional_authentication); |
- |
private: |
SavePasswordInfoBarDelegate( |
scoped_ptr<password_manager::PasswordFormManager> form_to_save, |
const std::string& uma_histogram_suffix); |
- // Returns a save password infobar that owns |delegate|. |
- static scoped_ptr<infobars::InfoBar> CreateInfoBar( |
- scoped_ptr<SavePasswordInfoBarDelegate> delegate); |
+ virtual ~SavePasswordInfoBarDelegate(); |
// InfoBarDelegate |
virtual bool ShouldExpire(const NavigationDetails& details) const override; |