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

Unified Diff: ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h

Issue 2919023002: Do not dismiss the Save Password Infobar when a redirection occurs. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
diff --git a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
index 47bfb4dcbc92f3af4ce953f49558ce8eb701e397..0b187f70226482b241745d819539a435970c0316 100644
--- a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
+++ b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
@@ -34,6 +34,8 @@ class IOSChromeSavePasswordInfoBarDelegate
~IOSChromeSavePasswordInfoBarDelegate() override;
+ bool ShouldExpire(const NavigationDetails& details) const override;
+
private:
IOSChromeSavePasswordInfoBarDelegate(
bool is_smart_lock_branding_enabled,
« no previous file with comments | « no previous file | ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698