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

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: Rebase Created 6 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: 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 1dfca54413e5ef3de8b0955adb2146b618e121b7..ed2981c663a507e5d0aa4c5e4056d99678c34574 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