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

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

Issue 190063006: Infobar Componentization Proof of Concept (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fixes Created 6 years, 9 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 bd420c7960ce26e5ba5dba299729246b05fe5065..69f1a986a0c53523c0a4b45155349cadc44c82bb 100644
--- a/chrome/browser/password_manager/save_password_infobar_delegate.h
+++ b/chrome/browser/password_manager/save_password_infobar_delegate.h
@@ -60,8 +60,7 @@ class SavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
scoped_ptr<SavePasswordInfoBarDelegate> delegate);
// InfoBarDelegate
- virtual bool ShouldExpire(const content::LoadCommittedDetails& details)
- const OVERRIDE;
+ virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
// ConfirmInfoBarDelegate
virtual int GetIconID() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698