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

Unified Diff: components/password_manager/core/browser/password_form_manager.cc

Issue 259153004: Password bubble: Give users the option of unblacklisting a site. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixups. Created 6 years, 8 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: components/password_manager/core/browser/password_form_manager.cc
diff --git a/components/password_manager/core/browser/password_form_manager.cc b/components/password_manager/core/browser/password_form_manager.cc
index 70fc1e5c98335fdc5f76aa04738f650f59415d71..84541beca26ca44437fd0c545591b830aa245bc7 100644
--- a/components/password_manager/core/browser/password_form_manager.cc
+++ b/components/password_manager/core/browser/password_form_manager.cc
@@ -409,7 +409,7 @@ void PasswordFormManager::OnRequestDone(
// Check to see if the user told us to ignore this site in the past.
if (preferred_match_->blacklisted_by_user) {
- client_->PasswordAutofillWasBlocked();
+ client_->PasswordAutofillWasBlocked(best_matches_);
manager_action_ = kManagerActionBlacklisted;
return;
}

Powered by Google App Engine
This is Rietveld 408576698