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); |
} |