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

Unified Diff: chrome/browser/password_manager/password_store_win.cc

Issue 10209036: Per bug 121738, ignore old saved logins for http*://www.google.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/password_manager/password_store_win.cc
===================================================================
--- chrome/browser/password_manager/password_store_win.cc (revision 134866)
+++ chrome/browser/password_manager/password_store_win.cc (working copy)
@@ -165,6 +165,10 @@
if (ie7_form)
request->value.push_back(ie7_form);
+ // Since we aren't using ForwardLoginsResult(), we must call
+ // ApplyIgnoreLoginsCutoff() manually here as is done in
+ // PasswordStore::ForwardLoginsResult().
+ request->ApplyIgnoreLoginsCutoff();
request->ForwardResult(request->handle(), request->value);
}

Powered by Google App Engine
This is Rietveld 408576698