Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate.h

Issue 641753002: Remove Password Authentication code that is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698